Class Hierarchy   Compound List   File List   Compound Members   File Members  

Color Class Reference

Class diagram for Color:

Tuple4

List of all members.

Public Members

 Color ()
 Color (Float r, Float g, Float b)
 Color (Float r, Float g, Float b, Float a)
 Color (const Color& other)
const FloatgetPtr () const
Float getR () const
Float getG () const
Float getB () const
Float getA () const
Color& set (const Color& other)
Color& set (Float r, Float g, Float b)
Color& set (Float r, Float g, Float b, Float a)

Member Function Documentation

Color::Color ()

Color::Color (Float r, Float g, Float b)

Color::Color (Float r, Float g, Float b, Float a)

Color::Color (const Color & other)

const Float* Color::getPtr () const

Float Color::getR () const

Float Color::getG () const

Float Color::getB () const

Float Color::getA () const

Color& Color::set (const Color & other)

Color& Color::set (Float r, Float g, Float b)

Color& Color::set (Float r, Float g, Float b, Float a)


The documentation for this class was generated from the following file:
Generated at Wed Nov 3 15:16:41 1999 for Architectural Walkthrough Project by doxygen  written by Dimitri van Heesch, © 1997-1999