Image

class carb.windowing.Image

Bases: pybind11_object

Methods

__init__(self, width, height, pixels)

__init__(self: carb.windowing.Image, width: int, height: int, pixels: bytes) None