pixels property
int
get
pixels
The total amount of pixels.
Implementation
int get pixels => (buffer.lengthInBytes / _bytesPerPixel).floor();
The total amount of pixels.
int get pixels => (buffer.lengthInBytes / _bytesPerPixel).floor();