Enum Environment.ToneMapper
enum ToneMapper
: int { ... }
Enum members
Name | Description |
---|---|
toneMapperAces
|
Academy Color Encoding System tonemapper operator. |
toneMapperFilmic
|
Filmic tonemapper operator. |
toneMapperLinear
|
Linear tonemapper operator. Reads the linear data and passes it on unmodified. |
toneMapperReinhardt
|
Reinhardt tonemapper operator. Performs a variation on rendered pixels' colors by this formula: color = color / (1 + color) .
|