Color HSL description class. More...
#include <color_hsl.h>
Public Member Functions | |
Construction | |
CL_ColorHSLx () | |
Constructs a color. | |
CL_ColorHSLx (Type h, Type s, Type l, Type a) | |
CL_ColorHSLx (const CL_ColorHSLx< Type > ©) | |
CL_ColorHSLx (const CL_Color &color) | |
CL_ColorHSLx (const CL_Colorf &color) | |
CL_ColorHSLx (const CL_Colord &color) | |
Operators | |
CL_ColorHSLx< Type > & | operator= (const CL_ColorHSLx< Type > ©) |
= operator. | |
bool | operator== (const CL_ColorHSLx< Type > &color) const |
== operator. | |
bool | operator!= (const CL_ColorHSLx< Type > &color) const |
!= operator. | |
Public Attributes | |
Attributes | |
Type | h |
Type | s |
Type | l |
Type | a |
Color HSL description class.
These templates are defined for: int (CL_ColorHSLi), float (CL_ColorHSLf), double (CL_ColorHSLd)
CL_ColorHSLx< Type >::CL_ColorHSLx | ( | ) | [inline] |
Constructs a color.
CL_ColorHSLx< Type >::CL_ColorHSLx | ( | Type | h, | |
Type | s, | |||
Type | l, | |||
Type | a | |||
) | [inline] |
CL_ColorHSLx< Type >::CL_ColorHSLx | ( | const CL_ColorHSLx< Type > & | copy | ) | [inline] |
CL_ColorHSLx< Type >::CL_ColorHSLx | ( | const CL_Color & | color | ) |
CL_ColorHSLx< Type >::CL_ColorHSLx | ( | const CL_Colorf & | color | ) |
CL_ColorHSLx< Type >::CL_ColorHSLx | ( | const CL_Colord & | color | ) |
bool CL_ColorHSLx< Type >::operator!= | ( | const CL_ColorHSLx< Type > & | color | ) | const [inline] |
!= operator.
CL_ColorHSLx<Type>& CL_ColorHSLx< Type >::operator= | ( | const CL_ColorHSLx< Type > & | copy | ) | [inline] |
= operator.
bool CL_ColorHSLx< Type >::operator== | ( | const CL_ColorHSLx< Type > & | color | ) | const [inline] |
== operator.
Type CL_ColorHSLx< Type >::a |
Type CL_ColorHSLx< Type >::h |
Type CL_ColorHSLx< Type >::l |
Type CL_ColorHSLx< Type >::s |