Separate Color
Separate Color
Section titled “Separate Color” Category Color
Is Pair Node: No
Separates a color into its individual components (Red, Green, Blue, and Alpha). This node allows you to extract specific color channels for further processing or analysis.
Combine Separate Color Mode
Section titled “Combine Separate Color Mode”The Combine Separate Color Mode determines how the color components are extracted from the input color. The available modes are:
- RGB: Extracts the Red, Green, and Blue components of the color.
- HSV: Extracts the Hue, Saturation, and Value components of the color.
- HSL: Extracts the Hue, Saturation, and Lightness components of the color.
Inputs
Section titled “Inputs” Color
Section titled “ Color ” Type: Color
Default: (0, 0, 0, 0)
The color to separate into its individual components (Red, Green, Blue, and Alpha).
Type: Combine Separate Color Mode
Default: RGB
The mode to use for separating the color. This determines how the color components are extracted.
Outputs
Section titled “Outputs” V1 (R, H)
Section titled “ V1 (R, H) ” Type: Double
Default: 0
Min: 0
First component of the color. (e.g., Red in RGB mode, or the first channel in other modes).
V2 (G, S)
Section titled “ V2 (G, S) ” Type: Double
Default: 0
Min: 0
Green component of the color. (e.g., Green in RGB mode, or the second channel in other modes).
V3 (B, V, L)
Section titled “ V3 (B, V, L) ” Type: Double
Default: 0
Min: 0
Blue component of the color. (e.g., Blue in RGB mode, or the third channel in other modes).
Type: Double
Default: 0
Min: 0
Alpha component of the color. This represents the transparency level of the color.