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

ParsedColor Class Reference

Parsed color definition. More...

#include <parsedcolor.h>

List of all members.

Public Methods

 ParsedColor ()
bool parse (Parser &, int lowest, int highest, bool allowBrackets=true)
bool parseAsName (Parser &)
void print (FILE *)

Public Attributes

int val [3]


Detailed Description

Parsed color definition.

Reader for color definitions.

Does not yield to a RVColor , since this one is also capable of negative and large values


Constructor & Destructor Documentation

ParsedColor::ParsedColor ( )
 


Member Function Documentation

bool ParsedColor::parse ( Parser & p,
int lowest,
int highest,
bool allowBrackets = true )
 

bool ParsedColor::parseAsName ( Parser & p )
 

void ParsedColor::print ( FILE * f )
 

prints to screen


Member Data Documentation

int ParsedColor::val[3]
 

Color values: Red, Green and Blue


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