createBlank abstract method
Creates a blank PCanvasPixels instance with the same format of this one.
Implementation
PCanvasPixels createBlank(int width, int height);
Creates a blank PCanvasPixels instance with the same format of this one.
PCanvasPixels createBlank(int width, int height);