Panda3D
|
Public Member Functions | |
pixel (gray r, gray g, gray b) | |
pixel | operator* (const double mult) const |
void | operator*= (const double mult) |
pixel | operator+ (const pixel &other) const |
void | operator+= (const pixel &other) |
pixel | operator- (const pixel &other) const |
void | operator-= (const pixel &other) |
gray | operator[] (int i) const |
gray & | operator[] (int i) |
Static Public Member Functions | |
static int | size () |
Public Attributes | |
gray | b |
gray | g |
gray | r |
Definition at line 42 of file pnmimage_base.h.