Click or drag to resize

ImageViewerColorManage Property

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

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool ColorManage { 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 Atalasoft.Imaging.ColorManagement for more information.

See Also