# Color Mode
The ColorMode method sets the color mode of the document, the valid mode
values are cmyk
and rgb
.
If the colorMode
method is in the first column of the spreadsheet, place a *
in the header's tag row cell.
To prevent the method being applied to a row, inside the method, leave the mode
value blank or set it to ""
or use either the generic *
property and set the cell value to false
or the generic skip
property and set the cell value to true
.
# Color-Mode Properties
Mode | Description |
---|---|
mode | The color mode you want the document to be. Valid Values: CMYK or RGB (Case insensitive like all constant values) |
* | Set to false if you want the method to be skipped in a particular row. Valid Values: true or false |
skip | Set to true is you want the method to be skipped in a particular row. See * and Skip for details. Valid Values: true or false |
# Example Spreadsheet and Screenshots
Row - 1
Color Mode
rgb
Row - 2
Color Mode
CMYK
* |
ColorMode |
mode |
rgb |
CMYK |
# Sample Download Links
Download: color-mode.csv
Download: color-mode.ai
Download: color-mode.zip