| colorType |
string |
Type of color specification. |
| red |
number |
Red component (0-255) for RGB colors. |
| green |
number |
Green component (0-255) for RGB colors. |
| blue |
number |
Blue component (0-255) for RGB colors. |
| cyan |
number |
Cyan component (0-100) for CMYK colors. |
| magenta |
number |
Magenta component (0-100) for CMYK colors. |
| yellow |
number |
Yellow component (0-100) for CMYK colors. |
| black |
number |
Black component (0-100) for CMYK colors. |
| gray |
number |
Gray value (0-100) for grayscale colors. |
| spotName |
string |
Spot color name for spot colors. |
| tint |
number |
Tint percentage for spot colors. |