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
Data Fields
U_PMF_LINEARGRADIENTBRUSHDATA Struct Reference

EMF+ manual 2.2.2.24, Microsoft name: EmfPlusLinearGradientBrushData Object Manual says that Reserved1 and Reserved2 must be ignored. In practice if Reserved1 is not set to StartColor and Reserved2 is not set to EndColor, then XP Preview will not display the gradient. More...

#include <upmf.h>

Data Fields

uint32_t Flags
 BrushData flags.
 
int32_t WrapMode
 WrapMode enumeration.
 
U_PMF_RECTF RectF
 UL=start, LR=end of gradient.
 
U_PMF_ARGB StartColor
 Gradient start color.
 
U_PMF_ARGB EndColor
 Gradient end color.
 
uint32_t Reserved1
 ignore
 
uint32_t Reserved2
 ignore
 

Detailed Description

EMF+ manual 2.2.2.24, Microsoft name: EmfPlusLinearGradientBrushData Object Manual says that Reserved1 and Reserved2 must be ignored. In practice if Reserved1 is not set to StartColor and Reserved2 is not set to EndColor, then XP Preview will not display the gradient.


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