Enum MorphologyMode
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
The mode for the Morphology effect.
D2D1_MORPHOLOGY_MODE
public enum MorphologyMode
Fields
Erode = 0
The maximum value from each RGB channel in the kernel is used.
Dilate = 1
The minimum value from each RGB channel in the kernel is used.