ColorAdjustmentsEffect¶
class in Infernux.renderstack
Inherits from: FullScreenEffect
Description¶
URP-aligned Color Adjustments post-processing effect.
Post-exposure, contrast, saturation, hue shift — operates in HDR space.
Attributes: post_exposure: Exposure offset in EV stops (default 0.0). contrast: Contrast adjustment (-100 to 100). saturation: Saturation adjustment (-100 to 100). hue_shift: Hue rotation in degrees (-180 to 180).
description
Properties¶
| Name | Type | Description |
|---|---|---|
| name | str |
(read-only) |
| injection_point | str |
(read-only) |
| default_order | int |
(read-only) |
| menu_path | str |
(read-only) |
| post_exposure | float |
|
| contrast | float |
|
| saturation | float |
|
| hue_shift | 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