D2D1_BLEND_PROP enumeration (d2d1effects.h)
Identifiers for properties of the Blend effect.
Syntax
typedef enum D2D1_BLEND_PROP {
D2D1_BLEND_PROP_MODE = 0,
D2D1_BLEND_PROP_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_BLEND_PROP_MODE Value: 0 The blend mode used for the effect. The type is D2D1_BLEND_MODE. The default value is D2D1_BLEND_MODE_MULTIPLY. |
D2D1_BLEND_PROP_FORCE_DWORD Value: 0xffffffff |
Requirements
Requirement | Value |
---|---|
Header | d2d1effects.h |