Returns whether to color strings are equal.
The first color to test if equal.
The second color to test if equal.
Returns true if equal. Otherwise false.
Determine a readable color from a base color and list of possible colors.
The base color of which to test for readable color.
A list of possible colors.
Returns the most readable color.
Converts a color string to its RgbaColor equivalent. Any alpha values will be normalized to int[0-255].
The color string to convert.
Returns the RgbaColor.
Converts a color string or RgbaColor to an RGBA string.
The color string or RgbaColor to convert.
Returns the RGBA string.
Generated using TypeDoc
A class that provides utilities to interact with TinyColor library.