Adobe Illustrator · Example Payload

Adobe Illustrator Scripting Color Example

Creative CloudDesignIllustratorVector Graphics

Adobe Illustrator Scripting Color Example is an example object payload from Adobe Illustrator, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

colorTyperedgreenbluecyanmagentayellowblackgrayspotName

Example Payload

Raw ↑
{
  "colorType": "RGB",
  "red": 72.0,
  "green": 72.0,
  "blue": 72.0,
  "cyan": 72.0,
  "magenta": 72.0,
  "yellow": 72.0,
  "black": 72.0,
  "gray": 72.0,
  "spotName": "Example Artboard"
}