ProtoFlux:Unpack ColorX

From Resonite Wiki
Revision as of 19:10, 24 February 2024 by 989onan (talk | contribs) (Create Unpack ColorX ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Unpack rgba
V
R
G
B
A
Profile
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