#include <color.h>
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). | |
| glot::color::color | ( | double | red = 0, |
|
| double | green = 0, |
|||
| double | blue = 0, |
|||
| double | alpha = 1 | |||
| ) | [inline] |
| double glot::color::a |
The transparency of the color (1 = opaque).
| double glot::color::b |
The blue component of the color.
| double glot::color::g |
The green component of the color.
| double glot::color::r |
The red component of the color.
1.5.8