pixels property

int get pixels

The total amount of pixels.

Implementation

int get pixels => (buffer.lengthInBytes / _bytesPerPixel).floor();