ImageOptions
-
class
ImageOptions() Parameters that describe an image to be used as a texture map.
Properties
-
ImageOptions.data optional
data: Uint8ArrayThe raw image data
-
ImageOptions.format optional
format:ImageFormatThe format of the
dataproperty
-
ImageOptions.height optional
height: numberFor uncompressed formats, the height of the image data in pixels. Ignored for compressed formats.
-
ImageOptions.width optional
width: numberFor uncompressed formats, the width of the image data in pixels. Ignored for compressed formats.