ProtoFlux:PackColorX: Difference between revisions

From Resonite Wiki
Fixed link.
m YoshBot moved page ProtoFlux:Pack ColorX to ProtoFlux:PackColorX: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:29, 21 August 2025

Pack rgba
R
*
G
B
A
Profile
Packing

The Pack ColorX node combines the specified red, green, blue and alpha channels into a ColorX object after applying the specified Color Profile. This is not to be confused with Pack Color, which does not use color profiles, and results in a Color object.

Inputs

R (float)

Red Channel of resulting ColorX

G (float)

Blue Channel of resulting ColorX

B (float)

Green Channel of resulting ColorX

A (float)

Alpha (Aka Transparency) Channel of resulting ColorX

Profile (ColorProfile)

ColorProfile of resulting ColorX. Can be either Linear, sRGB, sRGBA.

Outputs

* (ColorX)

ColorX output which is a compilation of all this node's inputs.