$extrastylesheet
#include <mln/value/hsl.hh>
Public Member Functions | |
hsl_d () | |
hsl_d (const literal::zero_t &) | |
hsl_d (const H &hue, const S &sat, const L &lum) | |
const double & | hue () const |
double & | hue () |
const double & | lum () const |
double & | lum () |
const double & | sat () const |
double & | sat () |
Public Types | |
typedef Object< void > | category |
typedef E | exact_t |
typedef double | h_type |
typedef double | l_type |
typedef double | s_type |
mln::value::hsl_d::hsl_d | ( | ) |
Constructor without argument.
mln::value::hsl_d::hsl_d | ( | const literal::zero_t & | ) |
Contruct a HSL color with (0,0,0) as value.
mln::value::hsl_d::hsl_d | ( | const H & | hue, |
const S & | sat, | ||
const L & | lum | ||
) |
Constructor from component values.
|
inherited |
Read-only access to the hue component.
|
inherited |
Read-write access to the hue component.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |