Aurigma Graphics Mill 5.5 for .NET
ColorManagementProvider..::.RgbColorProfile Property
Gets/sets output RGB color profile.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Property RgbColorProfile As ColorProfile
C#
public ColorProfile RgbColorProfile { get; set; }
Property Value
ColorProfile class instance specifying output RGB color profile.Remarks
This color profile must support RGB color space. If you try to set profile for another color space, exception will be raised.