formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Image Bitmap
Description
Image type. The image type is defined by the values of the pixel data in the image scanline.
enum fz_ffmt_image_type_enum {
FZ_FFMT_IMAGE_TYPE_TRUE_COLOR,
FZ_FFMT_IMAGE_TYPE_MAPPED_COLOR };
Members
FZ_FFMT_IMAGE_TYPE_TRUE_COLOR
Image pixels values contains RGB values
FZ_FFMT_IMAGE_TYPE_MAPPED_COLOR
Image pixels contain an index into a color map
Availability
5.0.0.0
Defined in