MixedInk
A mixed ink.
MixedInk Properties
| Property |
Type |
Access |
Description |
| BaseColor |
MixedInkGroup |
read |
The mixed ink group that a mixed ink swatch is based on. |
| Id |
Long |
read |
A unique number identifying the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| InkList |
Array of Inks |
read |
The array of inks used. |
| InkPercentages |
Array of Doubles |
r/w |
The array of tint percentages for mixed ink array. |
| Label |
String |
r/w |
A label that can be set to any string. |
| Model |
idColorModel enumeration |
r/w |
The model of the color. |
| Name |
String |
r/w |
The name of the object. |
| Parent |
Object |
read |
The parent of the object. |
| Space |
idColorSpace enumeration |
r/w |
The color space. |
MixedInk Methods
| Method |
Returns |
Description |
| Delete |
Nothing |
Deletes the object. |
| Duplicate |
Object |
Duplicates the object. |
| ExtractLabel |
String |
Gets the content of the label associated with the specified key (name). |
| InsertLabel |
Nothing |
Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |
| Merge |
Swatch |
Merge one or more other swatches into this one. |