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

PixelFormatConverter.TransformationIntent Property

Gets/sets rendering intent used during color management.

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

Syntax

Visual Basic
Public Property TransformationIntent As ColorTransformationIntent
C#
public ColorTransformationIntent TransformationIntent { get; set; }

Property Value

ColorTransformationIntent value specifying required rendering intent.

Remarks

Default value is Perceptual.

See Also

Reference