pixi-jsType aliases
Type Alias: GetPixelsOutput
> GetPixelsOutput = object
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/GenerateCanvas.d.ts:9
Data about the pixels of a texture. This includes the pixel data as a Uint8ClampedArray, and the width and height of the texture.
Advanced
Properties
height
> height: number
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/GenerateCanvas.d.ts:12
pixels
> pixels: Uint8ClampedArray
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/GenerateCanvas.d.ts:10
width
> width: number
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/GenerateCanvas.d.ts:11