Turns a color darker or lighter.
Checks if a color name exists.
Gets an RGB tuple from a color name.
Converts an RGB tuple
into a comma separated string.
Converts an RGB tuple
into a comma separated string
with spaces after commas.
Converts an RGB tuple
into a comma separated string
with added parenthesis.
Converts an RGB tuple
into a comma separated string
with added parenthesis
and spaces after commas.
Converts the RGB to a HSL
and returns the hue value.
Converts the RGB to a HSL
and returns the lightness value.
Converts the RGB to a HSL
and returns the saturation value.
Wrapper function to make a color darker.
Wrapper function to make a color lighter.
Parses a color string.
Generates a random RGB tuple.