formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Image Bitmap
Description
Image Map type. This defines the type of color map that is used for an image.
enum fz_ffmt_image_map_type_enum {
FZ_FFMT_IMAGE_MAP_TYPE_GRAY_WHITE_FIRST,
FZ_FFMT_IMAGE_MAP_TYPE_GRAY_BLACK_FIRST,
FZ_FFMT_IMAGE_MAP_TYPE_COLOR };
Members
FZ_FFMT_IMAGE_MAP_TYPE_GRAY_WHITE_FIRST
The image map is a grayscale map with white at index 0. The color map is generated in fz_ffmt_image_bmap_scanline_init.
FZ_FFMT_IMAGE_MAP_TYPE_GRAY_BLACK_FIRST
The image map is a grayscale map with black at index 0. The color map is generated in fz_ffmt_image_bmap_scanline_init.
FZ_FFMT_IMAGE_MAP_TYPE_COLOR
The image map is a color map. The color map is supplied to the function fz_ffmt_image_bmap_scanline_init.
Availability
5.0.0.0
Defined in