Skip to main content

Class PreviewColorSettings

Namespace: Aurigma.DesignAtoms.Controllers.Data
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class PreviewColorSettings

Inheritance: System.Object -> PreviewColorSettings

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

PreviewColorSettings

public PreviewColorSettings()

Properties

RgbColorProfileName

public string RgbColorProfileName { get; set; }

CmykColorProfileName

public string CmykColorProfileName { get; set; }

GrayscaleColorProfileName

public string GrayscaleColorProfileName { get; set; }

HiResDestinationColorProfileName

public string HiResDestinationColorProfileName { get; set; }
Was this page helpful?