ClanLib  2.3.7
Public Member Functions | List of all members
CL_ColorHSVf Class Reference

HSV Color - Float. More...

#include <color_hsv2.h>

Inheritance diagram for CL_ColorHSVf:
Inheritance graph
[legend]

Public Member Functions

 CL_ColorHSVf ()
 
 CL_ColorHSVf (float h, float s, float v, float a)
 
 CL_ColorHSVf (const CL_ColorHSVx< float > &copy)
 
 CL_ColorHSVf (const CL_Color &color)
 
 CL_ColorHSVf (const CL_Colorf &color)
 
 CL_ColorHSVf (const CL_Colord &color)
 
 operator CL_Colorf ()
 
Operators
bool operator== (const CL_ColorHSVx< float > &color) const
 == operator. More...
 
bool operator!= (const CL_ColorHSVx< float > &color) const
 != operator. More...
 

Public Attributes

Attributes
float h
 
float s
 
float v
 
float a
 

Detailed Description

HSV Color - Float.

A line segment has a start point and an end point

Constructor & Destructor Documentation

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

Member Function Documentation

CL_ColorHSVf::operator CL_Colorf ( )
bool CL_ColorHSVx< float >::operator!= ( const CL_ColorHSVx< float > &  color) const
inlineinherited

!= operator.

bool CL_ColorHSVx< float >::operator== ( const CL_ColorHSVx< float > &  color) const
inlineinherited

== operator.

Member Data Documentation

float CL_ColorHSVx< float >::a
inherited
float CL_ColorHSVx< float >::h
inherited
float CL_ColorHSVx< float >::s
inherited
float CL_ColorHSVx< float >::v
inherited

The documentation for this class was generated from the following file: