Table of Contents

Class ColorManagementEffect

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

Use the color management effect to transform an image from one ICC (International Color Consortium) color profile to another. The effect transforms the image according to the ICC specification.

For more information, see Color management effect

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

Constructors

ColorManagementEffect(IDeviceEffectFactory)
ColorManagementEffect(IDeviceEffectFactory, IDeviceImage, IDeviceColorContext, ColorManagementRenderingIntent, IDeviceColorContext, ColorManagementRenderingIntent, ColorManagementAlphaMode, ColorManagementQuality)
ColorManagementEffect(IDeviceEffectFactory, IDeviceImage, IDeviceColorContext, IDeviceColorContext, ColorManagementAlphaMode, ColorManagementQuality)