Image#
- class carb.windowing.Image#
Bases:
pybind11_objectSimple RGBA image container used for cursors and icons.
Methods
__init__(self, width, height, pixels)- __init__(
- self: carb.windowing.Image,
- width: int,
- height: int,
- pixels: bytes,
Bases: pybind11_object
Simple RGBA image container used for cursors and icons.
Methods
|