Class CsvSwatchRecord
Namespace: Aurigma.DesignAtoms.Services.Palette.Models
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class CsvSwatchRecord
Inheritance: System.Object -> CsvSwatchRecord
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
CsvSwatchRecord
public CsvSwatchRecord()
Properties
Pantone
public string Pantone { get; set; }
Hex
public string Hex { get; set; }
R
public byte? R { get; set; }
G
public byte? G { get; set; }
B
public byte? B { get; set; }
C
public byte? C { get; set; }
M
public byte? M { get; set; }
Y
public byte? Y { get; set; }
K
public byte? K { get; set; }
Title
public string Title { get; set; }
Group
public string Group { get; set; }