ProtoFlux:Pack ColorX: Difference between revisions

From Resonite Wiki
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 colorX
Red Channel of resulting [[ColorX]]


=== G (float) ===
=== G (float) ===
Blue Channel of resulting colorX
Blue Channel of resulting [[ColorX]]


=== B (float) ===
=== B (float) ===
Green Channel of resulting colorX
Green Channel of resulting [[ColorX]]


=== A (float) ===
=== A (float) ===
Alpha (Aka Transparency) Channel of resulting colorX
Alpha (Aka Transparency) Channel of resulting [[ColorX]]


=== Profile (ColorProfile) ===
=== Profile (ColorProfile) ===
Profile of resulting colorX. Can be either Linear, sRGB, sRGBA.
[[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.