ColorManagementProvider.TargetDeviceProfile Property

Gets or sets the target device profile used for chain transformations.

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

Syntax

C#
public ColorProfile TargetDeviceProfile { get; set; }

Property Value

A ColorProfile 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 (DestinationProfile) to monitor profile.
  2. Target device profile (TargetDeviceProfile) to printer profile.

See Also

Reference