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.
Color Transformer This node offsets 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, ranging from 0% to 100%.

Color to RGBA

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

HSVA to Color

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

Color Transformer

This node takes a Color, manipulates the Hue, Saturation, Value and Alpha and provides the transformed Color.