Class SourceColorProfiles
Inheritance
System.Object
SourceColorProfiles
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 SourceColorProfiles : ISourceColorProfiles
Constructors
SourceColorProfiles(ColorProfile, ColorProfile, ColorProfile)
Declaration
public SourceColorProfiles(ColorProfile rgb, ColorProfile cmyk, ColorProfile grayscale)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.ColorProfile | rgb | |
| Aurigma.GraphicsMill.ColorProfile | cmyk | |
| Aurigma.GraphicsMill.ColorProfile | grayscale |
Properties
Cmyk
Declaration
public ColorProfile Cmyk { get; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.ColorProfile |
Grayscale
Declaration
public ColorProfile Grayscale { get; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.ColorProfile |
Rgb
Declaration
public ColorProfile Rgb { get; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.ColorProfile |