Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The mode for the Morphology effect.
Syntax
typedef enum D2D1_MORPHOLOGY_MODE {
D2D1_MORPHOLOGY_MODE_ERODE = 0,
D2D1_MORPHOLOGY_MODE_DILATE = 1,
D2D1_MORPHOLOGY_MODE_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_MORPHOLOGY_MODE_ERODEValue: 0 The minimum value from each RGB channel in the kernel is used. |
D2D1_MORPHOLOGY_MODE_DILATEValue: 1 The maximum value from each RGB channel in the kernel is used. |
D2D1_MORPHOLOGY_MODE_FORCE_DWORDValue: 0xffffffff |
Requirements
| Requirement | Value |
|---|---|
| Header | d2d1effects.h |