Type:ColorX: Difference between revisions

From Resonite Wiki
m Change to Color Profile, since that's Color Space'ss official name in code.
mNo edit summary
Line 1: Line 1:
ColorX is a variable type that supports the ability to define color spaces, unlike [[Color]]. ColorX Supports Linear, sRGB, sRGBAlpha. These different [[Color Profile|Color Profiles]] are what change how the RGBA values of ColorX are displayed to your screen.
ColorX is a variable type that supports the ability to define color spaces, unlike [[Color]]. ColorX Supports Linear, sRGB, sRGBAlpha. These different [[Color Profile|Color Profiles]] are what change how the RGBA values of ColorX are displayed to your screen.


ColorX can also be assembled using either a [[Pack rgba (ProtoFlux Node)|Pack rgba]] or [[Convert Color Profile (ProtoFlux Node)|Convert Color Profile]] ProtoFlux node.
ColorX can also be assembled using either a [[Pack ColorX (ProtoFlux Node)|Pack ColorX]] or [[Convert Color Profile (ProtoFlux Node)|Convert Color Profile]] ProtoFlux node.

Revision as of 19:17, 13 January 2024

ColorX is a variable type that supports the ability to define color spaces, unlike Color. ColorX Supports Linear, sRGB, sRGBAlpha. These different Color Profiles are what change how the RGBA values of ColorX are displayed to your screen.

ColorX can also be assembled using either a Pack ColorX or Convert Color Profile ProtoFlux node.