Module utils

Source
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