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