Color HSL description class. More...
#include <color_hsl.h>
| Public Member Functions | |
| ColorHSLx () | |
| Constructs a color. | |
| ColorHSLx (const Color &color) | |
| ColorHSLx (const Colorf &color) | |
| ColorHSLx (const ColorHSLx< Type, ColorType > ©) | |
| ColorHSLx (Type h, Type s, Type l, Type a) | |
| operator ColorType () | |
| bool | operator!= (const ColorHSLx< Type, ColorType > &color) const | 
| != operator. | |
| ColorHSLx< Type, ColorType > & | operator= (const ColorHSLx< Type, ColorType > ©) | 
| = operator. | |
| bool | operator== (const ColorHSLx< Type, ColorType > &color) const | 
| == operator. | |
| 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 | 
| clan::ColorHSLx< Type, ColorType >::ColorHSLx | ( | const Color & | color | ) | 
| clan::ColorHSLx< Type, ColorType >::ColorHSLx | ( | const Colorf & | color | ) | 
| clan::ColorHSLx< Type, ColorType >::operator ColorType | ( | ) | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| Type clan::ColorHSLx< Type, ColorType >::a | 
| Type clan::ColorHSLx< Type, ColorType >::h | 
| Type clan::ColorHSLx< Type, ColorType >::l | 
| Type clan::ColorHSLx< Type, ColorType >::s |