RGBA to Color
 
 
 

Categories

  • Color

  • Conversion

Description

Creates and outputs a new RGBA color space by taking the input scalar values and interpreting them as the red, green, blue and alpha components of the new color.

The input alpha component has no effect on the conversion. The resulting alpha component equals the alpha component of the specified input color.

Ports

Inputs

Red

The value to use as the red component.

Green

The value to use as the green component.

Blue

The value to use as the blue component.

Alpha

The value to use as the alpha component.

Outputs

Color

The new color.