ImageOptions
- class Communicator.ImageOptions()
Parameters that describe an image to be used as a texture map.
Properties
The raw image data |
|
The format of the data property |
|
For uncompressed formats, the height of the image data in… |
|
For uncompressed formats, the width of the image data in… |
Properties
- Communicator.ImageOptions.data
The raw image data
- Communicator.ImageOptions.format
The format of the
data
property
- 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.