Class TableTransferEffect2
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
This provides the same functionality as TableTransferEffect, but with clarity on how
the alpha channel is treated. The AlphaMode property specifies
whether the input is in straight or premultiplied alpha format, and also controls whether the output
will be in straight or premultiplied alpha format. This permits operation on straight alpha images
without the need for alpha conversion (premultiplication and unpremultiplication), and without losing
color values for fully transparent pixels.
For more information, see Table transfer effect
public sealed class TableTransferEffect2 : CustomEffect<TableTransferEffect2.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inheritance
-
TableTransferEffect2
- Implements
- Inherited Members