Separate Color Node¶
Splits an image into its channels, based on a particular Color Model.
Inputs¶
- 색깔
Standard color input.
특성¶
- Mode
The color model to output.
- RGB:
Red, Green, Blue.
- HSV:
Hue, Saturation, Value.
- HSL:
Hue, Saturation, Lightness.
Outputs¶
The outputs of this node depend on the Mode property (see above).
- Alpha
The opacity value.