createBlank method

  1. @override
PCanvasPixelsRGBA createBlank(
  1. int width,
  2. int height
)
override

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

Implementation

@override
PCanvasPixelsRGBA createBlank(int width, int height) =>
    PCanvasPixelsRGBA.blank(width, height);