pixel

from panda3d.core import pixel
class pixel

Bases:

Inheritance diagram

Inheritance diagram of pixel

__add__(other: pixel) pixel
__eq__(other: pixel) bool
__getitem__(i: int, assign_val: int)
__getitem__(i: int) int
__iadd__(other: pixel) pixel
__imul__(mult: float) pixel
__init__()
__init__(fill: int)
__init__(r: int, g: int, b: int)
__init__(param0: pixel)
__isub__(other: pixel) pixel
__lt__(other: pixel) bool
__mul__(mult: float) pixel
__ne__(other: pixel) bool
__sub__(other: pixel) pixel
property b int

getter/setter for gray pixel::b;

property g int

getter/setter for gray pixel::g;

output(out: ostream)
property r int

getter/setter for gray pixel::r;

static size() int