glot::color Class Reference

#include <color.h>

List of all members.

Public Member Functions

 color (double red=0, double green=0, double blue=0, double alpha=1)
 Constructor.

Public Attributes

double r
 The red component of the color.
double g
 The green component of the color.
double b
 The blue component of the color.
double a
 The transparency of the color (1 = opaque).


Constructor & Destructor Documentation

glot::color::color ( double  red = 0,
double  green = 0,
double  blue = 0,
double  alpha = 1 
) [inline]

Constructor.

Parameters:
red - red component of color
green - green component of color
blue - blue component of color
alpha - the transparency of the color


Member Data Documentation

The transparency of the color (1 = opaque).

The blue component of the color.

The green component of the color.

The red component of the color.


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

Generated on Fri Nov 20 18:09:06 2009 for OpenGLot by  doxygen 1.5.8