ProtoFlux:UnpackColorX: Difference between revisions

From Resonite Wiki
Create Unpack ColorX ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Unpack ColorX to ProtoFlux:UnpackColorX: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:38, 21 August 2025

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