ProtoFlux:Pack ColorX

From Resonite Wiki
Revision as of 06:40, 13 January 2024 by 989onan (talk | contribs) (Created page with "{{#Invoke:Test|ProtoFlux| Name=Pack rgba |Inputs= [ {"Name":"R", "Type":"float"}, {"Name":"G", "Type":"float"}, {"Name":"B", "Type":"float"}, {"Name":"A", "Type":"float"}, {"Name":"Profile", "Type":"ColorProfile"} ] |Outputs= [ {"Name":"*", "Type":"colorX"} ] |}} = Inputs = <!--T:3--> == 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 Transpare...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.