[]
Builtin ColorManagement effect.
public class ColorManagement : Effect, IDisposable, IUnknown
Initializes a new instance of the ColorManagement class.
public ColorManagement(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
The alpha mode of this color management.
public ColorManagementAlphaMode AlphaMode { get; set; }
The destination color context. Default null
public ColorContext DestinationContext { get; set; }
The rendering intent for the destination context.
public ColorManagementRenderingIntent DestinationIntent { get; set; }
The source color context. Default null
public ColorContext SourceContext { get; set; }
The rendering intent for the source context.
public ColorManagementRenderingIntent SourceIntent { get; set; }
Initializes a new instance of ColorManagement effect.
public static ColorManagement Create(DeviceContext context)
context
DeviceContext