Skip to main content

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
TypeNameDescription
Aurigma.GraphicsMill.ColorProfiledestination
Returns

Aurigma.DesignAtoms.ColorManagement.IRenderingColorSettings

WithTargetDevice

IRenderingColorSettings WithTargetDevice(ColorProfile targetDevice)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.ColorProfiletargetDevice
Returns

Aurigma.DesignAtoms.ColorManagement.IRenderingColorSettings

Was this page helpful?