@microsoft/fast-colors > ImageDataPixelBlob
ImageDataPixelBlob class
A PixelBlob implementation from an ImageData object.
Signature:export declare class ImageDataPixelBlob implements PixelBlob
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(image) | Constructs a new instance of the ImageDataPixelBlob class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| getPixel | (x: number, y: number) => ColorRGBA64 | ||
| getPixelRGBA | (x: number, y: number) => number[] | ||
| height | number | ||
| totalPixels | number | ||
| width | number |