File: ToneMappingNode.md | Updated: 11/15/2025
This node represents a tone mapping operation.
Constructs a new tone mapping node.
toneMapping | The tone mapping type.
---|---
exposureNode | The tone mapping exposure.
colorNode | The color node to process. Default is null.
Represents the color to process.
Default is null.
The tone mapping exposure.
Default is null.
Overwrites the default customCacheKey() implementation by including the tone mapping type into the cache key.
Overrides: TempNode#customCacheKey
Returns: The hash.
Gets the tone mapping type.
Returns: The tone mapping type.
Sets the tone mapping type.
value | The tone mapping type.
---|---
Returns: A reference to this node.