44 template<
typename Type,
typename ColorType>
Floating point color description class (for float).
Definition: color.h:660
ColorHSLx(Type h, Type s, Type l, Type a)
Definition: color_hsl.h:54
ColorHSLx< double, Colorf > ColorHSLd
Definition: color_hsl.h:91
ColorHSLx()
Constructs a color.
Definition: color_hsl.h:53
ColorHSLx< Type, ColorType > & operator=(const ColorHSLx< Type, ColorType > ©)
= operator.
Definition: color_hsl.h:78
Type a
Definition: color_hsl.h:63
bool operator!=(const ColorHSLx< Type, ColorType > &color) const
!= operator.
Definition: color_hsl.h:84
ColorHSLx< int, Color > ColorHSLi
Definition: color_hsl.h:89
ColorHSLx(const ColorHSLx< Type, ColorType > ©)
Definition: color_hsl.h:55
Type l
Definition: color_hsl.h:63
bool operator==(const ColorHSLx< Type, ColorType > &color) const
== operator.
Definition: color_hsl.h:81
Type h
Definition: color_hsl.h:63
Color HSL description class.
Definition: color_hsl.h:45
Type s
Definition: color_hsl.h:63
Color description class.
Definition: color.h:46
ColorHSLx< float, Colorf > ColorHSLf
Definition: color_hsl.h:90