Class RenderingColorSettings
Namespace: Aurigma.DesignAtoms.ColorManagement
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class RenderingColorSettings : IRenderingColorSettings
Inheritance: System.Object -> RenderingColorSettings
Implements
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
RenderingColorSettings
public RenderingColorSettings(ISourceColorProfiles sourceColorProfiles, ColorProfile targetDevice, ColorProfile destination)
Properties
Empty
public static RenderingColorSettings Empty { get; }
SourceProfiles
public ISourceColorProfiles SourceProfiles { get; }
TargetDeviceProfile
public ColorProfile TargetDeviceProfile { get; }
DestinationProfile
public ColorProfile DestinationProfile { get; }
Methods
WithDestination
public IRenderingColorSettings WithDestination(ColorProfile destination)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.ColorProfile | destination |
Returns
Aurigma.DesignAtoms.ColorManagement.IRenderingColorSettings
WithTargetDevice
public IRenderingColorSettings WithTargetDevice(ColorProfile targetDevice)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.ColorProfile | targetDevice |