Represents a color with red, green, blue, and alpha components. Each component is represented as an unsigned short (0-255).
More...
#include <color.h>
|
| | Color (unsigned short r, unsigned short g, unsigned short b, unsigned short a) |
| |
| | Color () |
| |
|
| unsigned short | r |
| |
| unsigned short | g |
| |
| unsigned short | b |
| |
| unsigned short | a |
| |
Represents a color with red, green, blue, and alpha components. Each component is represented as an unsigned short (0-255).
◆ Color() [1/2]
| Color::Color |
( |
unsigned short |
r, |
|
|
unsigned short |
g, |
|
|
unsigned short |
b, |
|
|
unsigned short |
a |
|
) |
| |
◆ Color() [2/2]
The documentation for this class was generated from the following file: