Table of Contents

Class GammaTransferEffect

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

Use the gamma transfer effect to map the color intensities of an image using a gamma function created using an amplitude, exponent, and offset you provide for each channel.

For more information, see Gamma transfer effect

public sealed class GammaTransferEffect : DeviceEffect<GammaTransferEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IInternalImpl, IObjectRef, IIsDisposed, IDisposable
Inheritance
GammaTransferEffect
Implements
Inherited Members
Extension Methods

Constructors

GammaTransferEffect(IDeviceEffectFactory)