ProtoFlux:Pack ColorX: Difference between revisions

From Resonite Wiki
No edit summary
m don't use level 1 headings
Line 18: Line 18:




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


== 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.
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 07:55, 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.