readPixels method
Implementation
void readPixels(int x, int y, int width, int height, int format, int type,
dynamic pixels) =>
js_util.callMethod(
this, 'readPixels', [x, y, width, height, format, type, pixels]);
void readPixels(int x, int y, int width, int height, int format, int type,
dynamic pixels) =>
js_util.callMethod(
this, 'readPixels', [x, y, width, height, format, type, pixels]);