42 template<
typename Type,
typename ColorType>
Type a
Definition: color_hsl.h:54
Floating point color description class (for float).
Definition: color.h:798
ColorHSLx< Type, ColorType > & operator=(const ColorHSLx< Type, ColorType > ©)
= operator.
Definition: color_hsl.h:59
ColorHSLx()
Constructs a color.
Definition: color_hsl.h:48
Type h
Definition: color_hsl.h:54
Type l
Definition: color_hsl.h:54
bool operator!=(const ColorHSLx< Type, ColorType > &color) const
!= operator.
Definition: color_hsl.h:65
ColorHSLx< double, Colorf > ColorHSLd
Definition: color_hsl.h:70
Type s
Definition: color_hsl.h:54
ColorHSLx< int, Color > ColorHSLi
Definition: color_hsl.h:68
Color HSL description class.
Definition: color_hsl.h:43
bool operator==(const ColorHSLx< Type, ColorType > &color) const
== operator.
Definition: color_hsl.h:62
Color description class.
Definition: color.h:45
ColorHSLx< float, Colorf > ColorHSLf
Definition: color_hsl.h:69
ColorHSLx(Type h, Type s, Type l, Type a)
Definition: color_hsl.h:49
ColorHSLx(const ColorHSLx< Type, ColorType > ©)
Definition: color_hsl.h:50