Class ColorManagement
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
DestinationContext
The destination color context. Default null
public ColorContext DestinationContext { get; set; }
Property Value
DestinationIntent
The rendering intent for the destination context.
public ColorManagementRenderingIntent DestinationIntent { get; set; }
Property Value
SourceContext
The source color context. Default null
public ColorContext SourceContext { get; set; }
Property Value
SourceIntent
The rendering intent for the source context.
public ColorManagementRenderingIntent SourceIntent { get; set; }