Unpack rgba
Packing
Unpack ColorX is a ProtoFlux node that takes a ColorX and splits the color into it's RGBA channels and it's Color Profile.
Inputs
V (ColorX)
The color to split into it's RGBA channels and it's Color Profile.
Outputs
R (float)
Red Channel of the source V (ColorX)
G (float)
Blue Channel of the source V (ColorX)
B (float)
Green Channel of the source V (ColorX)
A (float)
Alpha (Aka Transparency) Channel of the source V (ColorX)
Profile (ColorProfile)
The Color Profile of the source V (ColorX)
Examples
-
How to use Unpack ColorX to read how much red is in a colorX and it's profile.