SharpenEffect

class in InfEngine.renderstack

Inherits from: FullScreenEffect

Description

Contrast Adaptive Sharpening (CAS) post-processing effect.

Placed after tone mapping to sharpen the final LDR image. Based on AMD FidelityFX CAS algorithm.

description

Properties

Name Type Description
intensity float (read-only)

properties

Public Methods

Method Description
get_shader_list() → List[str]
setup_passes(graph: 'RenderGraph', bus: 'ResourceBus') → None

public_methods

Example

# TODO: Add example for SharpenEffect

example

See Also

see_also