#include <ahote/hsl.h>
Public Member Functions | |
| HSL (double h=0.0, double s=0.0, double l=0.0) | |
| HSL (const RGB &rgb) | |
| double | operator[] (unsigned index) |
| HSL & | operator= (const RGB &rgb) |
| operator RGB () | |
Public Attributes | |
| double | hue |
| double | saturation |
| double | lightness |
1.4.6