Class SourceColorProfiles
Namespace: Aurigma.DesignAtoms.ColorManagement
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class SourceColorProfiles : ISourceColorProfiles
Inheritance: System.Object -> SourceColorProfiles
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
SourceColorProfiles
public SourceColorProfiles(ColorProfile rgb, ColorProfile cmyk, ColorProfile grayscale)
Properties
Rgb
public ColorProfile Rgb { get; }
Cmyk
public ColorProfile Cmyk { get; }
Grayscale
public ColorProfile Grayscale { get; }