Package-level declarations
Types
Allows performing select algebraic operations on colors of this kind.
The HSL color space.
The HSV color space.
The CIELAB color space, more commonly known as Lab.
The CIELChAB color space is the cylindrical representation of the CIELAB color space.
The CIELChUV color space is the cylindrical representation of the CIELUV color space.
Based on ColorLCHABa, but instead tries to use a normalized chroma.
Based on ColorLCHUVa, but instead tries to use a normalized chroma.
A generic RGB color space capable of representing both the linear and the sRGB color spaces.
Practically identical to ColorHSLa, but for mapping colors to classical painter's scheme of complementary colors.
Practically identical to ColorHSVa, but for mapping colors to classical painter's scheme of complementary colors.
The CIE XYZ color space.
The Yxy color space, also known as the xyY color space.
Functions
Weighted mix between two colors in the HSL color space.
Weighted mix between two colors in the HSVa color space.
Weighted mix between two colors in the LChAB color space.
Weighted mix between two colors in the LChUV color space.
Weighted mix between two colors in the generic RGB color space.
Weighted mix between two colors in the XSL color space.
Weighted mix between two colors in the XSV color space.
Shorthand for calling ColorRGBa.fromHex. Creates a ColorRGBa from a hex string.
Shorthand for calling ColorRGBa.
Shorthand for calling ColorRGBa. Specify only one value to obtain a shade of gray.