createBlank abstract method

PCanvasPixels createBlank(
  1. int width,
  2. int height
)

Creates a blank PCanvasPixels instance with the same format of this one.

Implementation

PCanvasPixels createBlank(int width, int height);