Color HSL description class. More...
#include <color_hsl.h>
Public Member Functions | |
Construction | |
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) | |
Operators | |
operator ColorType () | |
ColorHSLx< Type, ColorType > & | operator= (const ColorHSLx< Type, ColorType > ©) |
= operator. More... | |
bool | operator== (const ColorHSLx< Type, ColorType > &color) const |
== operator. More... | |
bool | operator!= (const ColorHSLx< Type, ColorType > &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 (ColorHSLi), float (ColorHSLf), double (ColorHSLd)