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 effect may also skip the premultiplication/unpremultiplication steps if it is not necessary for the given channel replacement (such as when the alpha channel is not being modified).
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()