HSV Color - Float. More...
#include <color_hsv2.h>
Public Member Functions | |
CL_ColorHSVf () | |
CL_ColorHSVf (float h, float s, float v, float a) | |
CL_ColorHSVf (const CL_Colord &color) | |
CL_ColorHSVf (const CL_Colorf &color) | |
CL_ColorHSVf (const CL_Color &color) | |
CL_ColorHSVf (const CL_ColorHSVx< float > ©) | |
operator CL_Colorf () | |
Operators | |
bool | operator== (const CL_ColorHSVx< float > &color) const |
== operator. | |
bool | operator!= (const CL_ColorHSVx< float > &color) const |
!= operator. | |
Public Attributes | |
Attributes | |
float | h |
float | s |
float | v |
float | a |
HSV Color - Float.
A line segment has a start point and an end point
CL_ColorHSVf::CL_ColorHSVf | ( | ) | [inline] |
CL_ColorHSVf::CL_ColorHSVf | ( | float | h, | |
float | s, | |||
float | v, | |||
float | a | |||
) | [inline] |
CL_ColorHSVf::CL_ColorHSVf | ( | const CL_ColorHSVx< float > & | copy | ) | [inline] |
CL_ColorHSVf::CL_ColorHSVf | ( | const CL_Color & | color | ) | [inline] |
CL_ColorHSVf::CL_ColorHSVf | ( | const CL_Colorf & | color | ) | [inline] |
CL_ColorHSVf::CL_ColorHSVf | ( | const CL_Colord & | color | ) | [inline] |
CL_ColorHSVf::operator CL_Colorf | ( | ) |
bool CL_ColorHSVx< float >::operator!= | ( | const CL_ColorHSVx< float > & | color | ) | const [inline, inherited] |
!= operator.
bool CL_ColorHSVx< float >::operator== | ( | const CL_ColorHSVx< float > & | color | ) | const [inline, inherited] |
== operator.
float CL_ColorHSVx< float >::a [inherited] |
float CL_ColorHSVx< float >::h [inherited] |
float CL_ColorHSVx< float >::s [inherited] |
float CL_ColorHSVx< float >::v [inherited] |