bgra property

Uint8List bgra
final

BGRA pixel bytes. Length is always width * height * 4.

Bytes are ordered B, G, R, A per pixel, row-major. Row padding from the underlying PDFium bitmap has been stripped; the buffer is compact.

Implementation

final Uint8List bgra;