libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
WMF Alternate names for the values under EMF Bitcount Enumeration in uemf.h

Macros

#define BI_BITCOUNT_0   U_BCBM_EXPLICIT
 Derived from JPG or PNG compressed image or ?
 
#define BI_BITCOUNT_1   U_BCBM_MONOCHROME
 2 colors. bmiColors array has two entries
 
#define BI_BITCOUNT_2   U_BCBM_COLOR4
 2^4 colors. bmiColors array has 16 entries
 
#define BI_BITCOUNT_3   U_BCBM_COLOR8
 2^8 colors. bmiColors array has 256 entries
 
#define BI_BITCOUNT_4   U_BCBM_COLOR16
 2^16 colors. bmiColors is not used. Pixels are 5 bits B,G,R with 1 unused bit
 
#define BI_BITCOUNT_5   U_BCBM_COLOR24
 2^24 colors. bmiColors is not used. Pixels are U_RGBTRIPLE.
 
#define BI_BITCOUNT_6   U_BCBM_COLOR32
 2^32 colors. bmiColors is not used. Pixels are U_RGBQUAD.
 

Detailed Description

BinaryRasterOperation Enumeration WMF manual 2.1.1.2

Same as U_EMF_EMRSETROP2 in uemf.h BitCount Enumeration WMF manual 2.1.1.3