Structs§
Functions§
- change_
color_ lightness - Turns a color darker or lighter.
- check_
color_ name - Checks if a color name exists.
- color_
name_ to_ rgb - Gets an RGB tuple from a color name.
- color_
to_ string - Converts an RGB tuple into a comma separated string.
- color_
to_ string_ 2 - Converts an RGB tuple into a comma separated string with spaces after commas.
- color_
to_ string_ 3 - Converts an RGB tuple into a comma separated string with added parenthesis.
- color_
to_ string_ 4 - Converts an RGB tuple into a comma separated string with added parenthesis and spaces after commas.
- get_
color_ hue - Converts the RGB to a HSL and returns the hue value.
- get_
color_ lightness - Converts the RGB to a HSL and returns the lightness value.
- get_
color_ saturation - Converts the RGB to a HSL and returns the saturation value.
- make_
color_ darker - Wrapper function to make a color darker.
- make_
color_ lighter - Wrapper function to make a color lighter.
- parse_
color - Parses a color string.
- random_
color - Generates a random RGB tuple.