Separate Color Node

Separate Color Node.

The Separate Color Node splits an image into its composite color channels. The node can output multiple Color Models depending on the Mode property.

输入

颜色

Standard color input.

属性

模式

The color model to output.

  • 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.

输出

The outputs of this node depends on the Mode property (see above).

Alpha

The color channel that that is responsible for the image’s transparency.