Click or drag to resize

AtalaImageViewerIsColorManaged Property

Get or set a value indicating if the control will automatically color correct images.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IsColorManaged { get; set; }

Property Value

Type: Boolean
A value indicating if the control will automatically color correct images.
Remarks
When true, the control uses the DisplayProfile and the ColorProfile of the image to display to transform the colors to the display's colorspace. If the OutputProfile is not null, then the image will be proofed to the OutputProfile.
See Also