openTRI 0.1
triImageLarge Struct Reference

Large Image struct. More...

#include <triImage.h>

Data Fields

triVoid * palette
 Image palette.
triU32 palformat
 Palette format - one of IMG_FORMAT_5650, IMG_FORMAT_5551, IMG_FORMAT_4444, IMG_FORMAT_8888.
triImageSlicedata
 Image slices.
triU16 vslices
 Number of vertical slices.
triU16 hslices
 Number of horizontal slices.
triU16 width
 Image width.
triU16 height
 Image height.
triU16 format
 Image format - one of IMG_FORMAT_*.
triU8 bits
 Image bits per pixel.
triBool swizzled
 Is image swizzled.

Detailed Description

Large Image struct.

Used to load and draw large images.


The documentation for this struct was generated from the following file: