Table of Contents

Class MakeOpaqueEffect.Props

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

Constructors

Props()

Properties

Input
InputAlphaMode

Specifies the alpha mode of the input. If this is Ignore, Straight, or Unknown, the alpha channel will be set to 1 (opaque) without changing the RGB channels.
If this is set to Premultiplied, the input will be un-premultiplied first. This will cause transparent pixels to become opaque black.
The default value is Ignore.

Methods

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