huex v0.8.0 Huex.Color View Source

Color space conversion utilities

Link to this section Summary

Types

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

Functions

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

Link to this section Types

Link to this type rgb_color() View Source
rgb_color() :: {float(), float(), float()}

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

Link to this section Functions

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