ProtoFlux:Convert Color Profile: Difference between revisions

From Resonite Wiki
No edit summary
forgot one oops, and some wording changes
Line 20: Line 20:


=== 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) ===
Resulting changed [[ColorX]] value to specified [[Color Profile|ColorProfile]].
Resulting changed [[ColorX]] value to the specified [[Color Profile|ColorProfile]].

Revision as of 16:46, 13 January 2024


Script error: The function "ProtoFlux" does not exist.

Inputs

Color (colorX)

ColorX value to change the profile for.

Profile (ColorProfile)

Profile of resulting ColorX. Can be either Linear, sRGB, sRGBA.

Outputs

* (colorX)

Resulting changed ColorX value to the specified ColorProfile.