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

Not documented.

Source

@DomName('WebGLRenderingContext.readPixels')
@DocsEditable()
void readPixels(int x, int y, int width, int height, int format, int type, TypedData pixels) => _blink.BlinkWebGLRenderingContext.instance.readPixels_Callback_7_(unwrap_jso(this), x, y, width, height, format, type, unwrap_jso(pixels));