def draw_bitmap()

in gym3/internal/renderer.py [0:0]


    def draw_bitmap(
        self,
        x: float,
        y: float,
        w: float,
        h: float,
        image: np.ndarray,
        antialias: bool = False,
        alpha: float = 1.0,