- DomName('WebGL2RenderingContext.readPixels')
- DocsEditable()
- Experimental()
void
readPixels(int x, int y, int width, int height, int format, int type, TypedData pixels)
Source
@DomName('WebGL2RenderingContext.readPixels')
@DocsEditable()
@Experimental() // untriaged
void readPixels(int x, int y, int width, int height, int format, int type, TypedData pixels) => _blink.BlinkWebGL2RenderingContext.instance.readPixels_Callback_7_(unwrap_jso(this), x, y, width, height, format, type, unwrap_jso(pixels));