ProtoFlux:Pack ColorX: Difference between revisions

From Resonite Wiki
mNo edit summary
m the node
Line 15: Line 15:
]
]
|}}
|}}
'''Pack ColorX''' combines the specified red, green, blue and alpha channels into a [[ColorX]] object, after applying the specified [[ColorProfile | Color Profile]].


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


== Inputs == <!--T:3-->
== Inputs == <!--T:3-->

Revision as of 03:30, 15 January 2024

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)

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

Outputs

* (colorX)

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