Table of Contents

Class ReplaceChannelEffect.Props

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

Constructors

Props()

Properties

AlphaMode

Specifies the alpha mode for the inputs and the output.
If this value is Premultiplied, the inputs will be unpremultiplied, then the channel replacement will be performed, and then the result will be premultiplied.
If this value is Straight, the channel replacement will be performed on the input images without any further processing.
The default value is Premultiplied.

Channel

This selects which channel will be replaced in the Input image.
The default value is A, which replaces the alpha channel.

ChannelSource

The image that contains the channel that will be replaced in the Input image.

Input

Methods

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