AbstractStaticfromGenerate a color from a CSS string. Strings can be:
#AABBCC, #AABBCCDD, ...red, ...rgb(255 255 255 / 1), ...color(srgb 255 255 255 / 1), ...The string to parse.
The computed color.
StaticisCheck wether the color supports a CSS representation.
True if supported.
StatictoGenerate a CSS string from a color. Depending on the color space, the string can be a legacy color or a new color.
The color.
The css string.
Class to parse and generate CSS strings.