readPixels method

Uint8List readPixels(
  1. num x,
  2. num y,
  3. num width,
  4. num height, [
  5. bool hasAlpha,
])

Implementation

external Uint8List readPixels(num x, num y, num width, num height, [bool hasAlpha]);