ChromaticAberrationEffect¶
class in Infernux.renderstack
Inherits from: FullScreenEffect
Description¶
URP-aligned Chromatic Aberration post-processing effect.
Simulates lens imperfection where different wavelengths refract at different angles, producing RGB channel separation from screen center.
Attributes: intensity: Channel separation strength (0 = off, 1 = strong).
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 |
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