-
Notifications
You must be signed in to change notification settings - Fork 10
core.TypeAlias.TextureImageFormat
github-actions[bot] edited this page Dec 20, 2025
·
3 revisions
@monogrid/gainmap-js / core / 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
height:
number
Defined in: src/core/types.ts:97
width:
number
Defined in: src/core/types.ts:97