kotlin-stdlib
JS
kotlin-stdlib
/
org.khronos.webgl
/
WebGLRenderingContextBase
/
readPixels
read
Pixels
JS
abstract
fun
readPixels
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
,
format
:
Int
,
type
:
Int
,
pixels
:
ArrayBufferView
?
)