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