interface PrintingColor {
    id: string;
    label: string;
    value: string;
}

Properties

Properties

id: string
label: string
value: string

Primary value:

  • hex / rgb (for example "#ff0000", "rgb(255,0,0)")
  • or an image URL for pattern-based colors