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

ColorManagementProvider.GrayScaleColorProfile Property

Gets/sets output grayscale color profile.

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

Syntax

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

Property Value

ColorProfile class instance specifying output grayscale color profile.

Remarks

This color profile must support grayscale color space. If you try to set profile for another color space, exception will be raised.

See Also

Reference