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