Class MixEffect.Props
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
public sealed class MixEffect.Props : CustomEffectProperties
- Inheritance
-
MixEffect.Props
- Inherited Members
Constructors
Properties
- AlphaMode
Specifies the alpha mode for the input and output.
This effect will premultiply, unpremultiply, or passthrough the inputs based on the value of this property and what the mix mode requires, and then unpremultiply, premultiply, or passthrough the output based on the value of this property and what the mix mode required.
The default value is Premultiplied.
- Mode
Specifies the mixing mode. The default is CompositeSourceOver.