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