#include <papyrus/hsla.h>
Public Member Functions | |
HSLA (double h=0.0, double s=0.0, double l=0.0, double a=0.0) | |
HSLA (const RGBA &rgb) | |
double | operator[] (unsigned index) |
HSLA & | operator= (const RGBA &rgb) |
operator RGBA () | |
Public Attributes | |
double | hue |
double | saturation |
double | lightness |
double | alpha |