getPixels method

Uint8List getPixels()

Implementation

Uint8List getPixels() {
  var pixels = _native.get_pixels(_nes);
  return pixels.asTypedList(245760);
}