Interface ISourceColorProfiles
Namespace: Aurigma.DesignAtoms.ColorManagement
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface ISourceColorProfiles
Properties
Cmyk
Declaration
ColorProfile Cmyk { get; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.ColorProfile |
Grayscale
Declaration
ColorProfile Grayscale { get; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.ColorProfile |
Rgb
Declaration
ColorProfile Rgb { get; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.ColorProfile |