This module defines color space transformations.
Usage:rgb(C)
C is a color in RGB space (Red-Green-Blue)
Usage:hsv(C)
C is a color in HSV space (Hue-Saturation-Value)
Usage:hsv(C)
C is a color in HSV space (Hue-Saturation-Value)
Usage:color(C)
C is a color in any color space
Usage:hex(Hex)
Hex is a color in #RRGGBB hexadecimal representation
Usage:hsv_to_rgb(HSV,RGB)
Transform the color HSV in hsv/1 space to RGB in rgb/1 space
Usage 1:hsl_to_rgb(HSL,HSV)
Transform the color HSL in hsl/1 space to HSV in hsv/1 space
Usage 2:hsl_to_rgb(HSL,RGB)
Transform the color HSL in hsl/1 space to RGB in rgb/1 space
Usage:rgb_to_hex(RGB,Hex)
Transform the color RGB in rgb/1 space to Hex in hex/1 representation
Usage:color_to_hex(Color,Hex)
Obtain the atom Hex representation (hex/1) of color Color