Table of Contents

Class ColorManagement

Namespace
SharpDX.Direct2D1.Effects
Assembly
SharpDX.Direct2D1.dll

Built in ColorManagement effect.

public class ColorManagement : Effect
Inheritance
ColorManagement
Inherited Members

Constructors

ColorManagement(DeviceContext)

Initializes a new instance of ColorManagement effect.

public ColorManagement(DeviceContext context)

Parameters

context DeviceContext

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