Interface IRenderingColorSettings
Namespace: Aurigma.DesignAtoms.ColorManagement
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IRenderingColorSettings
Properties
SourceProfiles
ISourceColorProfiles SourceProfiles { get; }
TargetDeviceProfile
ColorProfile TargetDeviceProfile { get; }
DestinationProfile
ColorProfile DestinationProfile { get; }
Methods
WithDestination
IRenderingColorSettings WithDestination(ColorProfile destination)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.ColorProfile | destination |
Returns
Aurigma.DesignAtoms.ColorManagement.IRenderingColorSettings
WithTargetDevice
IRenderingColorSettings WithTargetDevice(ColorProfile targetDevice)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.ColorProfile | targetDevice |