hueplusplus  1.0.0
Variables
hueplusplus::gamut Namespace Reference

Predefined ColorGamuts for Hue API. More...

Variables

constexpr ColorGamut gamutA {{0.704f, 0.296f}, {0.2151f, 0.7106f}, {0.138f, 0.08f}}
 Gamut A, used by most Color Lights. More...
 
constexpr ColorGamut gamutB {{0.675f, 0.322f}, {0.409f, 0.518f}, {0.167f, 0.04f}}
 Gamut B, used by older Extended Color Lights. More...
 
constexpr ColorGamut gamutC {{0.692f, 0.308f}, {0.17f, 0.7f}, {0.153f, 0.048f}}
 Gamut C, used by newer Extended Color Lights. More...
 
constexpr ColorGamut maxGamut {{1.f, 0.f}, {0.f, 1.f}, {0.f, 0.f}}
 Maximal gamut to be used when unknown. More...
 

Detailed Description

Predefined ColorGamuts for Hue API.

Variable Documentation

◆ gamutA

constexpr ColorGamut hueplusplus::gamut::gamutA {{0.704f, 0.296f}, {0.2151f, 0.7106f}, {0.138f, 0.08f}}

Gamut A, used by most Color Lights.

◆ gamutB

constexpr ColorGamut hueplusplus::gamut::gamutB {{0.675f, 0.322f}, {0.409f, 0.518f}, {0.167f, 0.04f}}

Gamut B, used by older Extended Color Lights.

◆ gamutC

constexpr ColorGamut hueplusplus::gamut::gamutC {{0.692f, 0.308f}, {0.17f, 0.7f}, {0.153f, 0.048f}}

Gamut C, used by newer Extended Color Lights.

◆ maxGamut

constexpr ColorGamut hueplusplus::gamut::maxGamut {{1.f, 0.f}, {0.f, 1.f}, {0.f, 0.f}}

Maximal gamut to be used when unknown.

Note
Most of this triangle is outside of visible colors.