ScummVM API documentation
Grim::Color Class Reference

Public Member Functions

 Color (byte r, byte g, byte b)
 
 Color (const Color &c)
 
 Color (uint32 c)
 
byte & getRed ()
 
byte getRed () const
 
byte & getGreen ()
 
byte getGreen () const
 
byte & getBlue ()
 
byte getBlue () const
 
uint32 toEncodedValue ()
 
Coloroperator= (const Color &c)
 
Coloroperator= (const Color *c)
 

Public Attributes

byte _vals [3]
 

The documentation for this class was generated from the following file: