Properties for colorTable
The colorTable method supports the following properties, using
model.result().colorTable(<ftag>).set(property,<value>);
decimal | hexadecimal
1 | 255
table | file
continuous | discrete
When input is decimal, use setIndex("data",<value>,<row>,<column>) to specify the RGB values (in the three leftmost columns) and an optional color segment length in the fourth column. When input is hexadecimal, use setIndex("datahex",<value>,<row>,<column>) to specify the hexadecimal color codes in the first column and an optional color segment length in the second column. See setIndex() and Methods Associated to Set, SetIndex, and the Various Get Methods for more information.