Inheritance: EventDispatcher → Node → TempNode →
This node represents a color space conversion. Meaning it converts a color value from a source to a target color space.
Constructs a new color space node.
colorNode
Represents the color to convert.
source
The source color space.
target
The target color space.
Represents the color to convert.
The source color space.
The target color space.
This method resolves the constants WORKING_COLOR_SPACE and OUTPUT_COLOR_SPACE based on the current configuration of the color management and renderer.
builder
The current node builder.
colorSpace
The color space to resolve.
Returns: The resolved color space.