toUint8List method

Uint8List toUint8List()

A Uint8List view of the palette buffer storage.

Implementation

Uint8List toUint8List() => Uint8List.view(buffer);