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