$extrastylesheet
#include <mln/value/hsl.hh>
Public Member Functions | |
hsl_f () | |
hsl_f (const literal::zero_t &) | |
hsl_f (const H &hue, const S &sat, const L &lum) | |
const float & | hue () const |
float & | hue () |
const float & | lum () const |
float & | lum () |
const float & | sat () const |
float & | sat () |
Public Types | |
typedef Object< void > | category |
typedef E | exact_t |
typedef float | h_type |
typedef float | l_type |
typedef float | s_type |
mln::value::hsl_f::hsl_f | ( | ) |
Constructor without argument.
mln::value::hsl_f::hsl_f | ( | const literal::zero_t & | ) |
Contruct a HSL color with (0,0,0) as value.
mln::value::hsl_f::hsl_f | ( | 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 |