Mini application server API for C++.
inet
Class CzzImageColor
in zz_image_color.h
- class CzzImageColor
|
Method Summary |
static CzzImageColor |
black( void )
|
static CzzImageColor |
blue( void )
|
int |
getBlue( void ) const
|
int |
getGreen( void ) const
|
int |
getRed( void ) const
|
static CzzImageColor |
green( void )
|
const CzzImageColor& |
operator=( const CzzImageColor& obj )
|
static CzzImageColor |
red( void )
|
static CzzImageColor |
white( void )
|
static CzzImageColor |
yellow( void )
|
CzzImageColor
public CzzImageColor( int r, int g, int b );
CzzImageColor
public CzzImageColor( const CzzImageColor& obj );
CzzImageColor
public CzzImageColor( void );
~CzzImageColor
public virtual ~CzzImageColor();
black
public static CzzImageColor black( void );
blue
public static CzzImageColor blue( void );
getBlue
public int getBlue( void ) const;
getGreen
public int getGreen( void ) const;
getRed
public int getRed( void ) const;
green
public static CzzImageColor green( void );
operator=
public const CzzImageColor& operator=( const CzzImageColor& obj );
red
public static CzzImageColor red( void );
white
public static CzzImageColor white( void );
yellow
public static CzzImageColor yellow( void );