Color Class Reference

#include <Color.h>

List of all members.


Public Member Functions

 Color ()
 (*** add brief description here ***)
 Color (Uint8 red, Uint8 green, Uint8 blue)
 (*** add brief description here ***)
 Color (Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha)
 (*** add brief description here ***)
virtual ~Color ()
 (*** add brief description here ***)
Uint32 MapRGB (const Surface &rSurface) const
 (*** add brief description here ***)
Uint32 MapRGBA (const Surface &rSurface) const
 (*** add brief description here ***)

Private Attributes

Uint8 m_Red
 (*** add brief description here ***)
Uint8 m_Green
 (*** add brief description here ***)
Uint8 m_Blue
 (*** add brief description here ***)
Uint8 m_Alpha
 (*** add brief description here ***)

Detailed Description

(*** add brief description here ***)
Full Description
(*** add full description here ***)

Constructor & Destructor Documentation

Color (  )  [inline]

(*** add brief description here ***)

Color ( Uint8  red,
Uint8  green,
Uint8  blue 
) [inline]

(*** add brief description here ***)

Color ( Uint8  red,
Uint8  green,
Uint8  blue,
Uint8  alpha 
) [inline]

(*** add brief description here ***)

virtual ~Color (  )  [inline, virtual]

(*** add brief description here ***)


Member Function Documentation

Uint32 MapRGB ( const Surface rSurface  )  const [inline]

(*** add brief description here ***)

Uint32 MapRGBA ( const Surface rSurface  )  const [inline]

(*** add brief description here ***)


Member Data Documentation

Uint8 m_Red [private]

(*** add brief description here ***)

Uint8 m_Green [private]

(*** add brief description here ***)

Uint8 m_Blue [private]

(*** add brief description here ***)

Uint8 m_Alpha [private]

(*** add brief description here ***)


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