A structure that defines an image format
See below.
The ImageFormat_t structure describes an image format.  It contains at least the following members:
- uint32_t width
  
 
- The width of the image, in pixels.
  
 
- uint32_t height
  
 
- The height of the image, in pixels.
  
 
- uint16_t depth
  
 
- The color depth of the image, in bits.
  
 
- int16_t transparent
  
 
- If this image is transparent, this value is the transparency index + 1. If the image isn't transparent, this value is 0.
  
 
- uint8_t pal[256][3]
  
 
- The image palette.
 
QNX Neutrino
AudioFormat_t, VideoFormat_t, MediaFormat_t