pixels property

  1. @override
PCanvasPixels pixels
override

Returns the pixels of this canvas. See PCanvasPixels.

Implementation

@override
PCanvasPixels get pixels =>
    PCanvasPixelsABGR.fromBytes(width, height, _bitmap.dataAsUint8List);