Interface image_t

Hierarchy

  • ImageData
    • image_t

Properties

colorSpace: PredefinedColorSpace
data: Uint8ClampedArray

Returns the one-dimensional array containing the data in RGBA order, as integers in the range 0 to 255.

MDN Reference

height: number

Returns the actual dimensions of the data in the ImageData object, in pixels.

MDN Reference

width: number

Returns the actual dimensions of the data in the ImageData object, in pixels.

MDN Reference

Generated using TypeDoc