分离颜色
分离颜色 节点将图像拆分为其复合颜色通道。节点可以输出多种 颜色模式,具体取决于模式属性。
输入
- 颜色
标准颜色输入。
属性
- 模式
要输出的颜色模式。
- RGB:
Split the input colors into it's three outputs: Red, Green, and Blue color channels.
- HSV:
Split the input colors into it's three outputs: Hue, Saturation, and Value color channels.
- HSL:
Split the input colors into it's three outputs: Hue, Saturation, and Lightness color channels.
输出
此节点的输出取决于模式属性(见上文)。
- Alpha
The color channel that is responsible for the image's transparency.