Constructor
new ColorSpaceNode( colorNode : Node, source : string, target : string )
Constructs a new color space node.
colorNode |
Represents the color to convert. |
source |
The source color space. |
target |
The target color space. |
Properties
.source : string
The source color space.
.target : string
The target color space.
Methods
.resolveColorSpace( builder : NodeBuilder, colorSpace : string ) : string
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.