[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.Effects.ColorManagement

Class ColorManagement

Namespace
GrapeCity.Documents.DX.Direct2D.Effects
Assembly
GcDocs.DX.Windows.dll

Builtin ColorManagement effect.

public class ColorManagement : Effect, IDisposable, IUnknown
Inheritance
object
ColorManagement
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ColorManagement(IntPtr)

Initializes a new instance of the ColorManagement class.

public ColorManagement(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Properties

AlphaMode

The alpha mode of this color management.

public ColorManagementAlphaMode AlphaMode { get; set; }

Property Value

ColorManagementAlphaMode

DestinationContext

The destination color context. Default null

public ColorContext DestinationContext { get; set; }

Property Value

ColorContext

DestinationIntent

The rendering intent for the destination context.

public ColorManagementRenderingIntent DestinationIntent { get; set; }

Property Value

ColorManagementRenderingIntent

SourceContext

The source color context. Default null

public ColorContext SourceContext { get; set; }

Property Value

ColorContext

SourceIntent

The rendering intent for the source context.

public ColorManagementRenderingIntent SourceIntent { get; set; }

Property Value

ColorManagementRenderingIntent

Methods

Create(DeviceContext)

Initializes a new instance of ColorManagement effect.

public static ColorManagement Create(DeviceContext context)

Parameters

context DeviceContext

Returns

ColorManagement