Skip to content

core.TypeAlias.TextureImageFormat

github-actions[bot] edited this page Dec 20, 2025 · 3 revisions

@monogrid/gainmap-js / core / TextureImageFormat

Type Alias: TextureImageFormat

TextureImageFormat = object

Defined in: src/core/types.ts:97

Accepted image format for textures. For many operations we need a texture based on an image with width & height. It could also be a canvas, the only thing we actually need is a width and a height

Properties

height

height: number

Defined in: src/core/types.ts:97


width

width: number

Defined in: src/core/types.ts:97

Clone this wiki locally