libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
|
#include <uwmf.h>
Data Fields | |
uint16_t | Start |
Either 0x0300 or an offset into the Palette table. | |
uint16_t | NumEntries |
Number of U_LOGPLTNTRY objects. | |
U_PLTNTRY | PalEntries [1] |
Array of PaletteEntry Objects. | |
Palette Object WMF manual 2.2.1.3 NOT Same as "EMF LogPalette Object" in uemf.h because Palette Entries have reversed colors. Values for palVersion are expanded
Start must be 0x0300 (as for EMF) with U_WMRCREATEPALETTE but is an offset for U_WMRSETPALENTRIES and U_ANIMATEPALETTE