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