Interface BpxCanvasSnapshot

interface BpxCanvasSnapshot {
    getColorAt(x: number, y: number): BpxRgbColor;
}

Methods

Methods