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