#include <color.hh>
Definition at line 44 of file color.hh.
Color::Color |
( |
float |
cr, |
|
|
float |
cg, |
|
|
float |
cb |
|
) |
| |
|
inline |
Color::Color |
( |
const Color & |
C | ) |
|
|
inline |
float Color::Get_B |
( |
| ) |
const |
|
inline |
float Color::Get_G |
( |
| ) |
const |
|
inline |
float Color::Get_R |
( |
| ) |
const |
|
inline |
void Color::Set_B |
( |
float |
val | ) |
|
|
inline |
void Color::Set_G |
( |
float |
val | ) |
|
|
inline |
void Color::Set_R |
( |
float |
val | ) |
|
|
inline |
void Color::Set_RGB |
( |
float |
vx, |
|
|
float |
vy, |
|
|
float |
vz |
|
) |
| |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
Color const & |
v |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: