Skip to main content

Class RenderingColorSettings

Namespace: Aurigma.DesignAtoms.ColorManagement
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class RenderingColorSettings : IRenderingColorSettings

Inheritance: System.Object -> RenderingColorSettings

Implements

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.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
TypeNameDescription
Aurigma.GraphicsMill.ColorProfiledestination
Returns

Aurigma.DesignAtoms.ColorManagement.IRenderingColorSettings

WithTargetDevice

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

Aurigma.DesignAtoms.ColorManagement.IRenderingColorSettings

Was this page helpful?