ClanLib
2.3.7
|
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_ColorHSVx< int > ©) | |
CL_ColorHSVi (const CL_Color &color) | |
CL_ColorHSVi (const CL_Colorf &color) | |
CL_ColorHSVi (const CL_Colord &color) | |
operator CL_Color () | |
Operators | |
bool | operator== (const CL_ColorHSVx< int > &color) const |
== operator. More... | |
bool | operator!= (const CL_ColorHSVx< int > &color) const |
!= operator. More... | |
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
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
CL_ColorHSVi::operator CL_Color | ( | ) |
|
inlineinherited |
!= operator.
References CL_ColorHSVx< Type >::a, CL_ColorHSVx< Type >::h, CL_ColorHSVx< Type >::s, and CL_ColorHSVx< Type >::v.
|
inlineinherited |
== operator.
References CL_ColorHSVx< Type >::a, CL_ColorHSVx< Type >::h, CL_ColorHSVx< Type >::s, and CL_ColorHSVx< Type >::v.
|
inherited |
|
inherited |
|
inherited |
|
inherited |