Color HSL description class. More...
#include <color_hsl.h>
Public Member Functions | |
ColorHSLx () | |
Constructs a color. More... | |
ColorHSLx (Type h, Type s, Type l, Type a) | |
ColorHSLx (const ColorHSLx< Type, ColorType > ©) | |
ColorHSLx (const Color &color) | |
ColorHSLx (const Colorf &color) | |
operator ColorType () | |
bool | operator!= (const ColorHSLx< Type, ColorType > &color) const |
!= operator. More... | |
ColorHSLx< Type, ColorType > & | operator= (const ColorHSLx< Type, ColorType > ©) |
= operator. More... | |
bool | operator== (const ColorHSLx< Type, ColorType > &color) const |
== operator. More... | |
Public Attributes | |
Type | a |
Type | h |
Type | l |
Type | s |
Color HSL description class.
These templates are defined for: int (ColorHSLi), float (ColorHSLf), double (ColorHSLd)
|
inline |
Constructs a color.
|
inline |
|
inline |
uicore::ColorHSLx< Type, ColorType >::ColorHSLx | ( | const Color & | color | ) |
uicore::ColorHSLx< Type, ColorType >::ColorHSLx | ( | const Colorf & | color | ) |
uicore::ColorHSLx< Type, ColorType >::operator ColorType | ( | ) |
|
inline |
|
inline |
|
inline |
Type uicore::ColorHSLx< Type, ColorType >::a |
Type uicore::ColorHSLx< Type, ColorType >::h |
Type uicore::ColorHSLx< Type, ColorType >::l |
Type uicore::ColorHSLx< Type, ColorType >::s |