A3DEPictureDataFormat

enum A3DEPictureDataFormat

Image format.

2.0

The conventions described here are similar to the common scene graphics conventions described for other 3D standards such as OpenGL and DirectX.

enumerator kA3DPicturePng

PNG format.

enumerator kA3DPictureJpg

JPEG format.

enumerator kA3DPictureBmp

BMP format.

enumerator kA3DPictureBitmapRgbByte

Array of Red Green and Blue bytes.

enumerator kA3DPictureBitmapRgbaByte

Array of Red Green Blue and Alpha bytes.

enumerator kA3DPictureBitmapGreyByte

Array of Greyscale bytes.

enumerator kA3DPictureBitmapGreyaByte

Array of Greyscale and alpha bytes.