An HSL color. More...
#include <Color_sensor.h>
Public Attributes | |
| uint16_t | h |
| 16-bit HUE component in HSL [0 : 360]. | |
| uint8_t | s |
| 8-bit SATURATION component in HSL [0 : 100]. | |
| uint8_t | l |
| 8-bit LIGHTNESS component in HSL [0 : 100]. | |
An HSL color.
A color represented by the HSL model.
H - Hue [0 : 360]
S - Saturation [0 : 100]
L - Lightness [0 : 100]