ClanLib
2.3.7
|
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_ColorHSLx< int > ©) | |
CL_ColorHSLi (const CL_Color &color) | |
CL_ColorHSLi (const CL_Colorf &color) | |
CL_ColorHSLi (const CL_Colord &color) | |
operator CL_Color () | |
Operators | |
bool | operator== (const CL_ColorHSLx< int > &color) const |
== operator. More... | |
bool | operator!= (const CL_ColorHSLx< int > &color) const |
!= operator. More... | |
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
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
CL_ColorHSLi::operator CL_Color | ( | ) |
|
inlineinherited |
!= operator.
References CL_ColorHSLx< Type >::a, CL_ColorHSLx< Type >::h, CL_ColorHSLx< Type >::l, and CL_ColorHSLx< Type >::s.
|
inlineinherited |
== operator.
References CL_ColorHSLx< Type >::a, CL_ColorHSLx< Type >::h, CL_ColorHSLx< Type >::l, and CL_ColorHSLx< Type >::s.
|
inherited |
|
inherited |
|
inherited |
|
inherited |