ICPlus classes

class ICRGB

^ 
Icon Plus generic RGB color class.
Source:
../ic_palette.h:52
Author:
Dmitry A Steklenev
Version:
unknown

Contents

^ 
EntityTypeScopeShort Description
ICRGBconstructor publicConstructs the black RGB color.
ICRGBconstructor publicConstructs the RGB color.
operator unsigned longoperator publicConverts the RGB color to unsigned long.
operator ==operator publicCompares this color to another color object for equality.
operator !=operator publicCompares this color to another color object for inequality.
whiteattribute publicWhite.
blackattribute publicBlack.
blueattribute publicBlue component of the RGB color.
greenattribute publicGreen component of the RGB color.
redattribute publicRed component of the RGB color.

constructor ICRGB

? ^  > 
Constructs the black RGB color.
Source:
../ic_palette.h:56
Code:
public ICRGB ( )

constructor ICRGB

? ^  < > 
Constructs the RGB color.
Source:
../ic_palette.h:58
Code:
public ICRGB ( BYTE r ,
BYTE g ,
BYTE b )

operator unsigned long

? ^  < > 
Converts the RGB color to unsigned long.
Source:
../ic_palette.h:61
Code:
public operator unsigned long ( ) const

operator ==

? ^  < > 
Compares this color to another color object for equality.
Source:
../ic_palette.h:64
Code:
public int operator == ( const ICRGB & ) const

operator !=

? ^  < > 
Compares this color to another color object for inequality.
Source:
../ic_palette.h:66
Code:
public int operator != ( const ICRGB & ) const

attribute white

? ^  < > 
White.
Source:
../ic_palette.h:69
Code:
public static const ICRGB white

attribute black

? ^  < > 
Black.
Source:
../ic_palette.h:70
Code:
public static const ICRGB black

attribute blue

? ^  < > 
Blue component of the RGB color.
Source:
../ic_palette.h:73
Code:
public BYTE blue

attribute green

? ^  < > 
Green component of the RGB color.
Source:
../ic_palette.h:74
Code:
public BYTE green

attribute red

? ^  < > 
Red component of the RGB color.
Source:
../ic_palette.h:75
Code:
public BYTE red

Created Wed Jul 10 21:27:42 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_emx_os2-2.30.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.