Table of Contents

Class TintEffect

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

This effect tints the source image by multiplying the source image by the specified color. It has a single input.

For more information, see Tint effect.

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

Constructors

TintEffect(IDeviceEffectFactory)