WhiteBalanceEffect

class in Infernux.renderstack

Inherits from: FullScreenEffect

Description

URP-aligned White Balance post-processing effect.

Color temperature and tint adjustment using Bradford chromatic adaptation.

Attributes: temperature: Warm/cool shift (-100 to 100, 0 = neutral). tint: Green/magenta shift (-100 to 100, 0 = neutral).

description

Properties

Name Type Description
name str (read-only)
injection_point str (read-only)
default_order int (read-only)
menu_path str (read-only)
temperature float
tint float

properties

Public Methods

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

public_methods

Example

example

# TODO: Add example for WhiteBalanceEffect

See Also

see_also