GameBoy\Canvas\DrawContextInterface::draw PHP Method

draw() public method

Draw image on canvas.
public draw ( array $canvasBuffer )
$canvasBuffer array If colored, each pixel => 4 items on array (RGBA)
    public function draw($canvasBuffer);
DrawContextInterface