|
ClanLib
2.3.7
|
Color HSL description class. More...
#include <color_hsl.h>

Public Member Functions | |
Construction | |
| CL_ColorHSLx () | |
| Constructs a color. More... | |
| 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. More... | |
| bool | operator== (const CL_ColorHSLx< Type > &color) const |
| == operator. More... | |
| bool | operator!= (const CL_ColorHSLx< Type > &color) const |
| != operator. More... | |
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)
|
inline |
Constructs a color.
|
inline |
|
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) |
|
inline |
!= operator.
|
inline |
= operator.
|
inline |
== operator.
| Type CL_ColorHSLx< Type >::a |
| Type CL_ColorHSLx< Type >::h |
| Type CL_ColorHSLx< Type >::l |
| Type CL_ColorHSLx< Type >::s |
1.8.4