Haxe API Documentation
Back
|
Index
extern
class
js.html.ImageData
Available in js
Used with the
<canvas>
element. Returned by
CanvasRenderingContext2D
's
createImageData
and
getImageData
(and accepted as first argument in
putImageData
)
Documentation for this class was provided by
MDN
.
var
data(default,null) :
Uint8ClampedArray
var
height(default,null) :
Int
var
width(default,null) :
Int
Back
|
Index