ICPlus | classes |
class ICRGB | ^ |
Icon Plus generic RGB color class.
- Source:
- ../ic_palette.h:52
- Author:
- Dmitry A Steklenev
- Version:
- unknown
Contents | ^ |
Entity Type Scope Short Description ICRGB constructor public Constructs the black RGB color. ICRGB constructor public Constructs the RGB color. operator unsigned long operator public Converts the RGB color to unsigned long. operator == operator public Compares this color to another color object for equality. operator != operator public Compares this color to another color object for inequality. white attribute public White. black attribute public Black. blue attribute public Blue component of the RGB color. green attribute public Green component of the RGB color. red attribute public Red 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
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.