polyColorSet is undoable, queryable, and editable.
Command to do the following to color sets:
- delete an existing color set.
- rename an existing color set.
- create a new empty color set.
- set the current color set to a pre-existing color set.
- query the current color set.
- query the names of all color sets.
| Long name (short name) |
[argument types] |
Properties |
-colorSet(-cs)
|
string
|
 
|
|
Specifies the name of the color set that this command needs to work on.
This flag has to be specified for this command to do anything meaningful
other than query the current color set.
In query mode, this flag needs a value.
|
|
-currentColorSet(-ccs)
|
|
 
|
|
This flag when used will set the current color set that the object needs to
work on, to be the color set corresponding to the name specified with the
colorSet flag. This does require that a colorSet with the specified name exist.
When queried, this returns the current color set.
In query mode, this flag needs a value.
|
|
-newColorSet(-nc)
|
string
|
 
|
|
Specifies the name that the color set corresponding to the name specified with
the colorSet flag, needs to be renamed to.
In query mode, this flag needs a value.
|
|
-rename(-rn)
|
|
 
|
|
This flag when used will result in the renaming of the color set corresponding
to the name specified with the colorSet flag to the name specified using the
newColorSet flag.
In query mode, this flag needs a value.
|
|
-delete(-d)
|
|
 
|
|
This flag when used will result in the deletion of the color set corresponding
to the name specified with the colorSet flag.
In query mode, this flag needs a value.
|
|
-copy(-cp)
|
|
 
|
|
This flag when used will result in the copying of the color set corresponding
to name specified with the colorSet flag to the colorSet corresponding
to the name specified with the newcolorSet flag
In query mode, this flag needs a value.
|
|
-create(-cr)
|
|
 
|
|
This flag when used will result in the creation of an empty color set
corresponding to the name specified with the colorSet flag. If
a color set with that name already exists, then no new color set will
be created.
In query mode, this flag needs a value.
|
|
-allColorSets(-acs)
|
|
 
|
|
This flag when used in in a query will return a list of all
of the color set names
In query mode, this flag needs a value.
|
|