Skip to content

Separate Color

Separate Color
V1 (R, H)
V2 (G, S)
V3 (B, V, L)
A
Color
(0, 0, 0, 0)
Mode
RGB

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.

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.


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.


Type: Double
Default: 0
Min: 0

First component of the color. (e.g., Red in RGB mode, or the first channel in other modes).

Type: Double
Default: 0
Min: 0

Green component of the color. (e.g., Green in RGB mode, or the second channel in other modes).

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.