Compartilhar via


ImageColor type

Define valores para ImageColor. Os valores possíveis incluem: 'ColorOnly', 'Monocromático', 'Preto', 'Azul', 'Castanho', 'Cinzento', 'Verde', 'Laranja', 'Rosa', 'Roxo', 'Vermelho', 'Teal', 'Branco', 'Amarelo'

type ImageColor =
  | "ColorOnly"
  | "Monochrome"
  | "Black"
  | "Blue"
  | "Brown"
  | "Gray"
  | "Green"
  | "Orange"
  | "Pink"
  | "Purple"
  | "Red"
  | "Teal"
  | "White"
  | "Yellow"