m ProbablePrime moved page Pack ColorX (ProtoFlux) to ProtoFlux:Pack ColorX: Creating protoflux Namespace |
Fixed link. |
||
Line 16: | Line 16: | ||
|}} | |}} | ||
The '''Pack ColorX''' node combines the specified red, green, blue and alpha channels into a [[Type:ColorX|ColorX]] object after applying the specified [[Type:ColorProfile|Color Profile]]. This is not to be confused with [[Pack Color | The '''Pack ColorX''' node combines the specified red, green, blue and alpha channels into a [[Type:ColorX|ColorX]] object after applying the specified [[Type:ColorProfile|Color Profile]]. This is not to be confused with [[ProtoFlux:Pack Color|Pack Color]], which does not use color profiles, and results in a [[Type:Color|Color]] object. | ||
== Inputs == <!--T:3--> | == Inputs == <!--T:3--> |
Latest revision as of 14:21, 3 July 2024
Pack rgba
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.