createBlank method
Creates a blank PCanvasPixels instance with the same format of this one.
Implementation
@override
PCanvasPixelsARGB createBlank(int width, int height) =>
PCanvasPixelsARGB.blank(width, height);
Creates a blank PCanvasPixels instance with the same format of this one.
@override
PCanvasPixelsARGB createBlank(int width, int height) =>
PCanvasPixelsARGB.blank(width, height);