Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

ImageData.data

この記事はまだボランティアによって 日本語 に翻訳されていません。ぜひ MDN に参加して翻訳を手伝ってください!

The readonly ImageData.data property returns a Uint8ClampedArray representing a one-dimensional array containing the data in the RGBA order, with integer values between 0 and 255 (included).

Syntax

imagedata.data

Example

var imagedata = new ImageData(100, 100);
imagedata.data; // Uint8ClampedArray[40000]

Specification

Specification Status Comment
WHATWG HTML Living Standard
The definition of 'ImageData.data' in that specification.
Living Standard  

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) 14 (14) 9.0 9.0 3.1
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support (Yes) 14.0 (14) (Yes) (Yes) (Yes)

See also

 

ドキュメントのタグと貢献者

 このページの貢献者: fscholz, 0xABCDEF
 最終更新者: fscholz,