This documentation is for the old version. Go to the latest Graphics Mill docs

ColorManagementProvider.TargetColorProfile Property

Gets/sets target device profile used for chain transformations.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property TargetColorProfile As ColorProfile
C#
public ColorProfile TargetColorProfile { get; set; }

Property Value

ColorProfile class instance specifying color profile of the target device.

Remarks

This profile is used to preview on one device how the image will be looking at another one. For example, let's assume you want to display on the screen how the image will be looking after being printed by specific printer. In this case set:
  1. Output profile (RgbColorProfile property)to monitor profile.
  2. Target device profile (TargetColorProfile property)to printer profile.

See Also

Reference