#include <screen.hpp>
Public Member Functions | |
color3 () | |
color3 (const vect3d &v) | |
color3 (unsigned char r, unsigned char g, unsigned char b) | |
Public Attributes | |
unsigned char | b |
unsigned char | g |
unsigned char | r |
Friends | |
bool | operator== (const color3 &l, const color3 &r) |
bool | operator!= (const color3 &l, const color3 &r) |
Definition at line 29 of file screen.hpp.
color3::color3 | ( | ) | [inline] |
Definition at line 31 of file screen.hpp.
color3::color3 | ( | const vect3d & | v | ) | [inline] |
Definition at line 32 of file screen.hpp.
color3::color3 | ( | unsigned char | r, | |
unsigned char | g, | |||
unsigned char | b | |||
) | [inline] |
Definition at line 36 of file screen.hpp.
Definition at line 38 of file screen.hpp.
Definition at line 39 of file screen.hpp.
unsigned char color3::b |
Definition at line 41 of file screen.hpp.
unsigned char color3::g |
Definition at line 41 of file screen.hpp.
unsigned char color3::r |
Definition at line 41 of file screen.hpp.