chameleon v1.0.3 Chameleon.Hsl
Link to this section Summary
Functions
Converts an hsl color to its cmyk value
Converts an hsl color to its hex value
Converts an hsl color to its rgb value
Converts an hsl color to its rgb value
Converts an hsl color to its rgb value
Link to this section Functions
Link to this function
rgb_values(rgb_map)
Converts an hsl color to its cmyk value.
Examples
iex> Chameleon.Hsl.to_cmyk([0, 100, 50])
%{c: 0, m: 100, y: 100, k: 0}