#include <color.h>
|
static Color | rgb255 (unsigned char r, unsigned char g, unsigned char b, unsigned char a=255) |
|
Color |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b |
|
) |
| |
|
inline |
Color |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float |
a |
|
) |
| |
|
inline |
void print |
( |
std::ostream & |
out | ) |
const |
|
inline |
static Color rgb255 |
( |
unsigned char |
r, |
|
|
unsigned char |
g, |
|
|
unsigned char |
b, |
|
|
unsigned char |
a = 255 |
|
) |
| |
|
inlinestatic |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const Color & |
col |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: