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..." |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:NodeMenu]] | |||
{{#Invoke:Test|ProtoFlux| | {{#Invoke:Test|ProtoFlux| | ||
Name=Pack rgba | Name=Pack rgba |
Revision as of 06:54, 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.