Color Converters

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.
HSVA to Color This node sets the values for Hue, Saturation, Value and Alpha independently and outputs a Color property.

RGBA to Color

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 in the range of 0% to 100%.

Color to RGBA

This node takes a color value and provides the corresponding RGBA values as output properties.

HSVA to Color

This node takes four integer values for Hue, Saturation, Value and Alpha and converts them to the Color output property.