#include <color.h>
Public Member Functions | |
| Color () | |
| Color (float red, float green, float blue) | |
| Color (const Color &) | |
| Color & | operator= (const Color &) |
Public Attributes | |
| float | b |
| float | g |
| float | r |
| tango_gl::Color::Color | ( | ) | [inline] |
| tango_gl::Color::Color | ( | float | red, |
| float | green, | ||
| float | blue | ||
| ) | [inline] |
| tango_gl::Color::Color | ( | const Color & | ) |
| float tango_gl::Color::b |
| float tango_gl::Color::g |
| float tango_gl::Color::r |