Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

RGBColor struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

RGBColor Struct Reference

#include <OCOLTBL.H>

List of all members.

Public Methods

 RGBColor ()
 RGBColor (BYTE r, BYTE g, BYTE b)

Public Attributes

BYTE red
BYTE green
BYTE blue


Detailed Description

Structure containing the blue, green, and red values of a color. Used for color remap of the ColorTable.

Definition at line 15 of file OCOLTBL.H.


Constructor & Destructor Documentation

RGBColor::RGBColor   [inline]
 

Definition at line 20 of file OCOLTBL.H.

RGBColor::RGBColor BYTE    r,
BYTE    g,
BYTE    b
[inline]
 

Definition at line 21 of file OCOLTBL.H.

References BYTE.


Member Data Documentation

BYTE RGBColor::blue
 

Definition at line 18 of file OCOLTBL.H.

Referenced by ColorTable::bright_func(), Print::put_vga_back(), and Print::put_vga_back_center().

BYTE RGBColor::green
 

Definition at line 17 of file OCOLTBL.H.

Referenced by ColorTable::bright_func(), Print::put_vga_back(), and Print::put_vga_back_center().

BYTE RGBColor::red
 

Definition at line 16 of file OCOLTBL.H.

Referenced by ColorTable::bright_func(), Print::put_vga_back(), and Print::put_vga_back_center().


The documentation for this struct was generated from the following file:
Generated on Fri Aug 23 01:39:33 2002 for VirtualU by doxygen1.2.17