Uses of Class
org.teavm.jso.canvas.ImageData
Packages that use ImageData
-
Uses of ImageData in org.teavm.jso.canvas
Methods in org.teavm.jso.canvas that return ImageDataModifier and TypeMethodDescriptionstatic ImageDataImageData.create(int width, int height) static ImageDataImageData.create(Uint8ClampedArray array, int width) static ImageDataImageData.create(Uint8ClampedArray array, int width, int height) CanvasRenderingContext2D.createImageData(double width, double height) CanvasRenderingContext2D.getImageData(double x, double y, double width, double height) Methods in org.teavm.jso.canvas with parameters of type ImageDataModifier and TypeMethodDescriptionvoidCanvasRenderingContext2D.putImageData(ImageData imagedata, double dx, double dy) voidCanvasRenderingContext2D.putImageData(ImageData imagedata, double dx, double dy, double dirtyX, double dirtyY, double dirtyWidth, double dirtyHeight) -
Uses of ImageData in org.teavm.jso.webgl
Methods in org.teavm.jso.webgl with parameters of type ImageDataModifier and TypeMethodDescriptionvoidWebGLRenderingContext.texImage2D(int target, int level, int internalformat, int format, int type, ImageData pixels) voidWebGLRenderingContext.texSubImage2D(int target, int level, int xoffset, int yoffset, int format, int type, ImageData pixels)