Class MakeOpaqueEffect.Props
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
public sealed class MakeOpaqueEffect.Props : CustomEffectProperties
- Inheritance
-
MakeOpaqueEffect.Props
- Inherited Members
Constructors
Properties
- 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.