ProtoFlux:Pack Color

From Resonite Wiki
Pack rgba
R
*
G
B
A
Packing

The Pack Color node combines the specified red, green, blue and alpha channels into a Color. This is not to be confused with Pack ColorX, which also uses color profiles, and results in a ColorX object.

Inputs

R (float)

Red Channel of resulting Color

G (float)

Blue Channel of resulting Color

B (float)

Green Channel of resulting Color

A (float)

Alpha (Aka Transparency) Channel of resulting Color

Outputs

* (Color)

Color output which is a compilation of all this node's inputs.