Gets/sets an output color profile which is used to convert bitmap to RGB color space.
Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property RgbColorProfile As ColorProfile |
| C# |
|---|
public ColorProfile RgbColorProfile { get; set; } |
| Visual C++ |
|---|
public: property ColorProfile^ RgbColorProfile { ColorProfile^ get (); void set (ColorProfile^ value); } |
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.
If color management is disabled (ColorManagementEngine property is set to None) color profiles are ignored. Instead of that approximate algorithm will be used to get convert image between color spaces.