readPixels method

void readPixels (int x, int y, int width, int height, int format, int type, TypedData pixels)

Implementation

void readPixels(int x, int y, int width, int height, int format, int type,
    TypedData pixels) {
  _readPixels(x, y, width, height, format, type, pixels);
}