ColorUtils
Color science utilities.
Utility methods for color science constants and color space conversions that aren't HCT or CAM16.
Functions
Converts a color represented in Lab color space into an ARGB integer.
Converts a color from linear RGB components to ARGB format.
Converts an L* value to an ARGB representation.
Converts a color from RGB components to ARGB format.
Converts a color from ARGB to XYZ.
Returns the blue component of a color in ARGB format.
Returns the luminance of a color in ARGB format.
Delinearizes an RGB component.
Returns the green component of a color in ARGB format.
Converts a color from ARGB representation to Lab* representation.
Linearizes an RGB component.
Computes the L* value of a color in ARGB representation.
Converts a Y value to an L* value.
Returns the red component of a color in ARGB format.
Returns the standard white point; white on a sunny day.
Converts a color from ARGB to XYZ.
Converts an L* value to a Y value.