Dart API Reference
dart:web_gl
RenderingContext
readPixels
readPixels
method
@DomName('WebGLRenderingContext.readPixels')
@DocsEditable()
void
readPixels
(
int
x
,
int
y
,
int
width
,
int
height
,
int
format
,
int
type
,
TypedData
pixels
)