Table of Contents

Class CrossFadeEffect.Props

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

Constructors

Props()

Properties

Destination
Source
SourceWeight

How much to weigh the source image color values versus the destination image. The minimum value is 0.0f (exclusively use Destination to determine the output) and the maximum value is 1.0f (exclusively use Source to determine the output).
The default value is 0.5f.

Methods

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