Mini application server API for C++.

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

inet
Class CzzImageColor

   in zz_image_color.h

class CzzImageColor


Constructor Summary
CzzImageColor( int r, int g, int b )
          
CzzImageColor( const CzzImageColor& obj )
          
CzzImageColor( void )
          
virtual ~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 )
          
 

Constructor Detail

CzzImageColor

public CzzImageColor( int r, int g, int b );

CzzImageColor

public CzzImageColor( const CzzImageColor& obj );

CzzImageColor

public CzzImageColor( void );

~CzzImageColor

public virtual ~CzzImageColor();


Method Detail

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 );

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD