bytesPerPixel property

int get bytesPerPixel

Number of bytes per pixel, derived from format.

See BASE_bytesPerPixel for supported formats and error conditions.

Implementation

int get bytesPerPixel => BASE_bytesPerPixel(format);