Class ColorUtilities
A set of utilities to manipulate color values.
Inherited Members
Namespace: UnityEngine .Rendering.PostProcessing
Assembly: solution.dll
Syntax
public static class ColorUtilities
Methods
Name | Description |
---|---|
CIExy |
Converts CIExy chromaticity to CAT02 LMS. |
Color |
Converts trackball values to Gain coefficients. |
Color |
Converts trackball values to inverted Gamma coefficients. |
Color |
Converts trackball values to Lift coefficients. |
Compute |
Computes the color balance coefficients in the CAT02 LMS space. |
Linear |
Converts a linear value to LogC (Alexa El 1000). |
Log |
Converts a LogC (Alexa El 1000) value to linear. |
Standard |
Gets the Y coordinate for the chromaticity of the standard illuminant. |
To |
Converts a color to its ARGB hexadecimal representation. |
To |
Converts an ARGB hexadecimal input to a color structure. |