Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

NamedColorEntry Struct Reference

List of all members.

Public Attributes

int r
int g
int b
char name [25]

Detailed Description

A static array with some named colors. Used to provide a nicer interface to modifiers like "color" and "colorize". You can write things like "colorize(DarkBlue)".

Array length isn't specified. The last array entry is {-1,-1,-1,""}.


Member Data Documentation

int NamedColorEntry::b
 

int NamedColorEntry::g
 

char NamedColorEntry::name[25]
 

int NamedColorEntry::r
 


The documentation for this struct was generated from the following file:
Generated at Fri Jul 26 09:33:59 2002 for rvtmod/rvglue by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000