|  Create Unpack Color ProtoFlux Node Page | m YoshBot moved page ProtoFlux:Unpack Color to ProtoFlux:UnpackColor: Automated: removing spaces from ProtoFlux namespace | ||
| (One intermediate revision by one other user not shown) | |||
| Line 41: | Line 41: | ||
| File:Protoflux_Unpack_Color.webp|How to use Unpack Color to read how much red is in a color. | File:Protoflux_Unpack_Color.webp|How to use Unpack Color to read how much red is in a color. | ||
| </gallery> | </gallery> | ||
| [[Category:ProtoFlux:Colors:Packing]] | |||
Latest revision as of 00:38, 21 August 2025
Unpack rgba
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
- 
			
			How to use Unpack Color to read how much red is in a color.
