Aurigma Graphics Mill 5.5 for .NET
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:
- Output profile (RgbColorProfile property)to monitor profile.
- Target device profile (TargetColorProfile property)to printer profile.