FilmGrainEffect¶
class in Infernux.renderstack
Inherits from: FullScreenEffect
Description¶
URP-aligned Film Grain post-processing effect.
Adds cinematic noise overlay. Operates in LDR space (after tone mapping).
Attributes: intensity: Grain strength (0 = off, 1 = heavy). response: Luminance response (0 = uniform, 1 = highlights only).
description
Properties¶
| Name | Type | Description |
|---|---|---|
| name | str |
(read-only) |
| injection_point | str |
(read-only) |
| default_order | int |
(read-only) |
| menu_path | str |
(read-only) |
| intensity | float |
|
| response | float |
properties
Public Methods¶
| Method | Description |
|---|---|
get_shader_list() → List[str] |
|
setup_passes(graph: RenderGraph, bus: ResourceBus) → None |
public_methods
Example¶
example
See Also¶
see_also