ProtoFlux:Unpack Color

From Resonite Wiki
Revision as of 19:06, 24 February 2024 by 989onan (talk | contribs) (fix category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Unpack rgba
V
R
G
B
A
Packing

Unpack Color is a ProtoFlux node that takes a Color and splits the color into it's RGBA channels.

Inputs

V (Color)

The color to split into it's RGBA channels.

Outputs

R (float)

Red Channel of the source V (Color)

G (float)

Blue Channel of the source V (Color)

B (float)

Green Channel of the source V (Color)

A (float)

Alpha (Aka Transparency) Channel of the source V (Color)

Examples