Huex.Color

Source

Summary

rgb(rgb)
rgb(r, g, b)

Converts from normalized RGB (each component must be in the 0.0 to 1.0 range) Philips Hue XY colorspace

Types

rgb_color :: {float, float, float}

Tuple containing respectively the red, greend and blue components of a color, each between 0 and 1

Functions

rgb(rgb)

Specs:

Source
rgb(r, g, b)

Specs:

Converts from normalized RGB (each component must be in the 0.0 to 1.0 range) Philips Hue XY colorspace

Source