Skip to main content

Class GetColorPreviewRequest

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

Inheritance: System.Object -> GetColorPreviewRequest

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

GetColorPreviewRequest

public GetColorPreviewRequest()

Properties

ColorData

public JObject ColorData { get; set; }

ColorSettings

public PreviewColorSettings ColorSettings { get; set; }
Was this page helpful?