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

HSL Color - Integer. More...

#include <color_hsl2.h>

Inheritance diagram for CL_ColorHSLi:
Inheritance graph
[legend]

Public Member Functions

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

Public Attributes

Attributes
int h
 
int s
 
int l
 
int a
 

Detailed Description

HSL Color - Integer.

A line segment has a start point and an end point

Constructor & Destructor Documentation

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

Member Function Documentation

CL_ColorHSLi::operator CL_Color ( )
bool CL_ColorHSLx< int >::operator!= ( const CL_ColorHSLx< int > &  color) const
inlineinherited
bool CL_ColorHSLx< int >::operator== ( const CL_ColorHSLx< int > &  color) const
inlineinherited

Member Data Documentation

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

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