Dart API Referencedart:htmlImageData

ImageData Interface

Used with the <canvas> element. Returned by CanvasRenderingContext2D's createImageData and getImageData (and accepted as first argument in putImageData)

Fields

Code final Uint8ClampedArray data #

final Uint8ClampedArray data;

Code final int height #

final int height;

Code final int width #

final int width;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.