Нода «Разделить цвет» (separate color node)
Нода Separate Color разделяет изображение на его составные цветовые каналы. Нода может выводить несколько цветовых моделей в зависимости от свойства режима.
Входы (inputs)
- Цвет (color)
Стандартный цветовой ввод.
Свойства
- Режим (mode)
Цветовая модель для вывода.
- 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.
Выходы (outputs)
Выводы этой ноды зависят от свойства режима (см. выше).
- Альфа (alpha)
The color channel that that is responsible for the image’s transparency.