formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Image Bitmap
Description
Image order. The image order defines the order of the channels in the pixel data.
enum fz_ffmt_image_order_enum {
FZ_FFMT_IMAGE_ORDER_RGB,
FZ_FFMT_IMAGE_ORDER_BGR };
Members
FZ_FFMT_IMAGE_ORDER_RGB
The order of the pixel values is Blue, Green, Red
FZ_FFMT_IMAGE_ORDER_BGR
The order of the pixel values is Red, Green, Blue
Availability
5.0.0.0
Defined in