Panda3D
|
Public Member Functions | |
__init__ () | |
__init__ (const Pixel) | |
__init__ (Gray fill) | |
__init__ (Gray r, Gray g, Gray b) | |
bool | operator!= (const Pixel other) |
Pixel | operator* (const double mult) |
Pixel | operator*= (const double mult) |
Pixel | operator+ (const Pixel other) |
Pixel | operator+= (const Pixel other) |
Pixel | operator- (const Pixel other) |
Pixel | operator-= (const Pixel other) |
bool | operator< (const Pixel other) |
bool | operator== (const Pixel other) |
Gray | operator[] (int i) |
operator[] (int i, Gray assign_val) | |
output (Ostream out) | |
Static Public Member Functions | |
static int | size () |
Public Attributes | |
Gray | b |
Gray | g |
Gray | r |
__init__ | ( | ) |
__init__ | ( | const | Pixel | ) |
__init__ | ( | Gray | fill | ) |
__init__ | ( | Gray | r, |
Gray | g, | ||
Gray | b | ||
) |
bool operator!= | ( | const Pixel | other | ) |
Pixel operator* | ( | const double | mult | ) |
Pixel operator*= | ( | const double | mult | ) |
bool operator< | ( | const Pixel | other | ) |
bool operator== | ( | const Pixel | other | ) |
Gray operator[] | ( | int | i | ) |
operator[] | ( | int | i, |
Gray | assign_val | ||
) |
output | ( | Ostream | out | ) |
|
static |
Gray b |
Gray g |
Gray r |