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