HSL Color - Integer. More...
#include <color_hsl2.h>
Public Member Functions | |
CL_ColorHSLi () | |
CL_ColorHSLi (int h, int s, int l, int a) | |
CL_ColorHSLi (const CL_Colord &color) | |
CL_ColorHSLi (const CL_Colorf &color) | |
CL_ColorHSLi (const CL_Color &color) | |
CL_ColorHSLi (const CL_ColorHSLx< int > ©) | |
operator CL_Color () | |
Operators | |
bool | operator== (const CL_ColorHSLx< int > &color) const |
== operator. | |
bool | operator!= (const CL_ColorHSLx< int > &color) const |
!= operator. | |
Public Attributes | |
Attributes | |
int | h |
int | s |
int | l |
int | a |
HSL Color - Integer.
A line segment has a start point and an end point
CL_ColorHSLi::CL_ColorHSLi | ( | ) | [inline] |
Referenced by CL_ColorHSLi().
CL_ColorHSLi::CL_ColorHSLi | ( | int | h, | |
int | s, | |||
int | l, | |||
int | a | |||
) | [inline] |
CL_ColorHSLi::CL_ColorHSLi | ( | const CL_ColorHSLx< int > & | copy | ) | [inline] |
CL_ColorHSLi::CL_ColorHSLi | ( | const CL_Color & | color | ) | [inline] |
CL_ColorHSLi::CL_ColorHSLi | ( | const CL_Colorf & | color | ) | [inline] |
CL_ColorHSLi::CL_ColorHSLi | ( | const CL_Colord & | color | ) | [inline] |
CL_ColorHSLi::operator CL_Color | ( | ) |
Referenced by CL_ColorHSLi().
bool CL_ColorHSLx< int >::operator!= | ( | const CL_ColorHSLx< int > & | color | ) | const [inline, inherited] |
!= operator.
References CL_ColorHSLx< Type >::a, CL_ColorHSLx< Type >::h, CL_ColorHSLx< Type >::l, and CL_ColorHSLx< Type >::s.
bool CL_ColorHSLx< int >::operator== | ( | const CL_ColorHSLx< int > & | color | ) | const [inline, inherited] |
== operator.
References CL_ColorHSLx< Type >::a, CL_ColorHSLx< Type >::h, CL_ColorHSLx< Type >::l, and CL_ColorHSLx< Type >::s.
int CL_ColorHSLx< int >::a [inherited] |
Referenced by CL_ColorHSLi().
int CL_ColorHSLx< int >::h [inherited] |
Referenced by CL_ColorHSLi().
int CL_ColorHSLx< int >::l [inherited] |
Referenced by CL_ColorHSLi().
int CL_ColorHSLx< int >::s [inherited] |
Referenced by CL_ColorHSLi().