Expand description
This module contains utility functions for use in color conversion. Currently it contains functions to convert between any base color representation used in this library. Other utility functions may be added later.
Functionsยง
- hsi_
to_ hsl  - Converts a HSI color to HSL representation
 - hsi_
to_ hsv  - Converts a HSI color to HSV representation
 - hsi_
to_ rgb  - Converts a HSI color to RGB representation
 - hsl_
to_ hsi  - Converts a HSL color to HSI representation
 - hsl_
to_ hsv  - Converts a HSL color to HSV representation
 - hsl_
to_ rgb  - Converts a HSL color to RGB representation
 - hsv_
to_ hsi  - Converts a HSV color to HSI representation
 - hsv_
to_ hsl  - Converts a HSV color to HSL representation
 - hsv_
to_ rgb  - Converts a HSV color to RGB representation
 - rgb_
to_ hsi  - Converts a RGB color to HSI representation
 - rgb_
to_ hsl  - Converts a RGB color to HSL representation
 - rgb_
to_ hsv  - Converts a RGB color to HSV representation