Class RenderingColorSettings
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()
Namespace: Aurigma.DesignAtoms.ColorManagement
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class RenderingColorSettings : IRenderingColorSettings
Constructors
RenderingColorSettings(ISourceColorProfiles, ColorProfile, ColorProfile)
Declaration
public RenderingColorSettings(ISourceColorProfiles sourceColorProfiles, ColorProfile targetDevice, ColorProfile destination)
Parameters
| Type | Name | Description |
|---|---|---|
| ISourceColorProfiles | sourceColorProfiles | |
| Aurigma.GraphicsMill.ColorProfile | targetDevice | |
| Aurigma.GraphicsMill.ColorProfile | destination |
Properties
DestinationProfile
Declaration
public ColorProfile DestinationProfile { get; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.ColorProfile |
Empty
Declaration
public static RenderingColorSettings Empty { get; }
Property Value
| Type | Description |
|---|---|
| RenderingColorSettings |
SourceProfiles
Declaration
public ISourceColorProfiles SourceProfiles { get; }
Property Value
| Type | Description |
|---|---|
| ISourceColorProfiles |
TargetDeviceProfile
Declaration
public ColorProfile TargetDeviceProfile { get; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.ColorProfile |
Methods
WithDestination(ColorProfile)
Declaration
public IRenderingColorSettings WithDestination(ColorProfile destination)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.ColorProfile | destination |
Returns
| Type | Description |
|---|---|
| IRenderingColorSettings |
WithTargetDevice(ColorProfile)
Declaration
public IRenderingColorSettings WithTargetDevice(ColorProfile targetDevice)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.ColorProfile | targetDevice |
Returns
| Type | Description |
|---|---|
| IRenderingColorSettings |