A base class for colors which provides additional functionality on top of the color class included in Compose HTML.
A representation for a color specified via hue, saturation, and lightness values.
Check if a color is perceived bright or not.
Calculate a color's luminance, which is a calculation for how bright it is perceived to be by the human eye.
Darken this color by some target percent value.
Lighten this color by some target percent value.