Class FloodEffect2.Props
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
public sealed class FloodEffect2.Props : CustomEffectProperties
- Inheritance
-
FloodEffect2.Props
- Inherited Members
Constructors
Properties
- AlphaMode
Specifies the alpha mode of the output. If this is set to Premultiplied, the color will be premultiplied, which is usually the correct choice.
The default value is Premultiplied.
- Color
The color and opacity of the bitmap. This effect will premultiply the color values if the AlphaMode property is set to Premultiplied, which is the default and is usually the correct choice.
The default value is { R=0, G=0, B=0, A=1} (opaque black).