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

HSL Color - Float. More...

#include <color_hsl2.h>

Inheritance diagram for CL_ColorHSLf:
Inheritance graph
[legend]

Public Member Functions

 CL_ColorHSLf ()
 
 CL_ColorHSLf (float h, float s, float l, float a)
 
 CL_ColorHSLf (const CL_ColorHSLx< float > &copy)
 
 CL_ColorHSLf (const CL_Color &color)
 
 CL_ColorHSLf (const CL_Colorf &color)
 
 CL_ColorHSLf (const CL_Colord &color)
 
 operator CL_Colorf ()
 
Operators
bool operator== (const CL_ColorHSLx< float > &color) const
 == operator. More...
 
bool operator!= (const CL_ColorHSLx< float > &color) const
 != operator. More...
 

Public Attributes

Attributes
float h
 
float s
 
float l
 
float a
 

Detailed Description

HSL Color - Float.

A line segment has a start point and an end point

Constructor & Destructor Documentation

CL_ColorHSLf::CL_ColorHSLf ( )
inline
CL_ColorHSLf::CL_ColorHSLf ( float  h,
float  s,
float  l,
float  a 
)
inline
CL_ColorHSLf::CL_ColorHSLf ( const CL_ColorHSLx< float > &  copy)
inline
CL_ColorHSLf::CL_ColorHSLf ( const CL_Color color)
inline
CL_ColorHSLf::CL_ColorHSLf ( const CL_Colorf color)
inline
CL_ColorHSLf::CL_ColorHSLf ( const CL_Colord color)
inline

Member Function Documentation

CL_ColorHSLf::operator CL_Colorf ( )
bool CL_ColorHSLx< float >::operator!= ( const CL_ColorHSLx< float > &  color) const
inlineinherited

!= operator.

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

== operator.

Member Data Documentation

float CL_ColorHSLx< float >::a
inherited
float CL_ColorHSLx< float >::h
inherited
float CL_ColorHSLx< float >::l
inherited
float CL_ColorHSLx< float >::s
inherited

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