Skip to main content

Class SourceColorProfiles

Namespace: Aurigma.DesignAtoms.ColorManagement
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class SourceColorProfiles : ISourceColorProfiles

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

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; }
Was this page helpful?