m Yosh moved page Pack rgba (ProtoFlux Node) to Pack ColorX (ProtoFlux Node): Possibly temporary possibly permanent move for matching the class name |
Added links to ColorX datatype description |
||
Line 21: | Line 21: | ||
=== R (float) === | === R (float) === | ||
Red Channel of resulting | Red Channel of resulting [[ColorX]] | ||
=== G (float) === | === G (float) === | ||
Blue Channel of resulting | Blue Channel of resulting [[ColorX]] | ||
=== B (float) === | === B (float) === | ||
Green Channel of resulting | Green Channel of resulting [[ColorX]] | ||
=== A (float) === | === A (float) === | ||
Alpha (Aka Transparency) Channel of resulting | Alpha (Aka Transparency) Channel of resulting [[ColorX]] | ||
=== Profile (ColorProfile) === | === Profile (ColorProfile) === | ||
Profile of resulting | [[Color Profile|Profile]] of resulting [[ColorX]]. Can be either Linear, sRGB, sRGBA. | ||
== Outputs == <!--T:3--> | == Outputs == <!--T:3--> | ||
=== * (colorX) === | === * (colorX) === | ||
ColorX output which is a compilation of all this node's inputs. | [[ColorX]] output which is a compilation of all this node's inputs. |
Revision as of 16:44, 13 January 2024
Script error: The function "ProtoFlux" does not exist.
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.