ImageOptions

class Communicator.ImageOptions()

Parameters that describe an image to be used as a texture map.

Properties

data

The raw image data

format

The format of the data property

height

For uncompressed formats, the height of the image data in…

width

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.