FSCRT_BITMAPINFOHEADER Struct Reference

Structure for information about dimensions and color format of a device-independent bitmap (DIB). More...

#include <fs_image_r.h>

Public Attributes

FS_DWORD size
 The number of bytes required by the structure.
 
FS_INT32 width
 The width of a bitmap, in pixels.
 
FS_INT32 height
 The height of a bitmap, in pixels.
 
FS_WORD planes
 The number of planes for a target device. This value must be set to 1.
 
FS_WORD bitCount
 The number of bits per pixel (bpp).
 
FS_DWORD compression
 The type of compression for a compressed bottom-up bitmap (top-down DIBs cannot be compressed).
 
FS_DWORD sizeImage
 The size of an image, in bytes.
 
FS_INT32 xPelsPerMeter
 Reserved. The horizontal resolution, in pixels per meter, of the target device for the bitmap.
 
FS_INT32 yPelsPerMeter
 Reserved. The vertical resolution, in pixels per meter, of the target device for the bitmap.
 
FS_DWORD clrUsed
 The number of color indices in the color table which are actually used by the bitmap.
 
FS_DWORD clrImportant
 The number of color indicates which is important for displaying a bitmap. More...
 

Detailed Description

Structure for information about dimensions and color format of a device-independent bitmap (DIB).

Member Data Documentation

FS_DWORD FSCRT_BITMAPINFOHEADER::clrImportant

The number of color indicates which is important for displaying a bitmap.

If this value is zero, all colors are important.


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

Foxit Corporation