Enum FloodAlphaMode2
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
Specifies the alpha mode for the FloodEffect2.
public enum FloodAlphaMode2
Fields
Premultiplied = 1
The color will be premultiplied. This is usually the right choice.
Straight = 2
The color will not be premultiplied or changed in any way.