Table of Contents

Class OpacityEffect

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

This effect adjusts the opacity of an image by multiplying the alpha channel of the input by the specified opacity value.

For more information, see Opacity effect

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

Constructors

OpacityEffect(IDeviceEffectFactory)
OpacityEffect(IDeviceEffectFactory, IDeviceImage, float)