pixels property
Returns the pixels of this canvas. See PCanvasPixels.
Implementation
@override
PCanvasPixels get pixels =>
PCanvasPixelsABGR.fromBytes(width, height, _bitmap.dataAsUint8List);
Returns the pixels of this canvas. See PCanvasPixels.
@override
PCanvasPixels get pixels =>
PCanvasPixelsABGR.fromBytes(width, height, _bitmap.dataAsUint8List);