API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfacePixelData
@codexo/exojs / rendering / stable
The pixels RenderingContext.readPixels read, shaped for `ImageData`.
3
props
0
methods
0
events
Import
import { PixelData } from '@codexo/exojs'The pixels RenderingContext.readPixels read, shaped for `ImageData`.
Properties3
data: Uint8ClampedArrayRGBA bytes, four per pixel, row-major with the top row first.
height: numberwidth: numberSource