ProtoFlux:Pack ColorX

From Resonite Wiki
Pack rgba
R
*
G
B
A
Profile
Packing

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

Inputs

R (float)

Red Channel of resulting ColorX

G (float)

Blue Channel of resulting ColorX

B (float)

Green Channel of resulting ColorX

A (float)

Alpha (Aka Transparency) Channel of resulting ColorX

Profile (ColorProfile)

ColorProfile of resulting ColorX. Can be either Linear, sRGB, sRGBA.

Outputs

* (ColorX)

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