RGBA to Color | This node sets the values for Red, Green, Blue and Alpha independently and outputs a Color property. | |
Color to RGBA | This node splits a Color property into its RGBA components. | |
HSLA to Color | This node sets the values for Hue, Saturation, Luminance and Alpha independently and outputs a Color property. | |
Color Transformer | This node offsets the values for Hue, Saturation, Luminance and Alpha independently and outputs a Color property. |
This node takes four integer values between 0 and 255 to specify the Red, Green, Blue and Alpha channel. The RGB values are converted to a Color output property. The A value is converted to the Alpha output property, ranging from 0% to 100%.
This node takes a Color value and provides the corresponding RGBA values as output properties. An additional AlphaValue property provides the Alpha in the range 0% to 100%.
This node takes four integer values for Hue, Saturation, Luminance and Alpha and converts them to the Color output property.
This node takes a Color, manipulates the Hue, Saturation, Luminance and Alpha and provides the transformed Color.