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