Click or drag to resize

AtalaImageViewerDisplayProfile Property

Gets or sets the ColorProfile of the display device.

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 ColorProfile DisplayProfile { get; set; }

Property Value

Type: ColorProfile
The ColorProfile of the display device.
Remarks
Uses the color profile associated with the current display by default. If no profile is associated with it, the sRGB profile is used.
See Also