Table of Contents

Class MixEffect.Props

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll
public sealed class MixEffect.Props : CustomEffectProperties
Inheritance
MixEffect.Props
Inherited Members

Constructors

Props()

Properties

AlphaMode

Specifies the alpha mode for the input and output.
This effect will premultiply or unpremultiply the inputs based on the value of this property and what the mix mode requires, and then unpremultiply or premultiply the output based on the value of this property.
The default value is Premultiplied.

Destination
Mode

Specifies the mixing mode. The default is CompositeSourceOver.

Source

Methods

CreateImpl()
GetAuthor()
GetCategory()
GetDescription()
GetDisplayName()