-
add( |
inkList, inkPercentages [, withProperties]) |
→ MixedInk |
-
Creates a new mixed ink swatch.
inkList
|
The inks to mix. Note: Must contain at least two process inks and one spot ink. Can accept: Array of Inks or MixedInkGroup.
|
inkPercentages
|
Array<number>
The percent to use of each ink in the ink list. (Range: 0 to 100 for each ink)
|
withProperties
|
Object
Initial values for properties of the new MixedInk (Optional)
|
-
-
Returns any MixedInk in the collection.
-
-
Displays the number of elements in the MixedInk.
-
-
Returns every MixedInk in the collection.
-
-
Returns the first MixedInk in the collection.
-
-
Returns the MixedInk with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the MixedInk with the specified ID.
-
-
Returns the MixedInk with the specified name.
-
-
Returns the MixedInks within the specified range.
from
|
The MixedInk, index, or name at the beginning of the range. Can accept: MixedInk, Long Integer or String.
|
to
|
The MixedInk, index, or name at the end of the range. Can accept: MixedInk, Long Integer or String.
|
-
-
Returns the last MixedInk in the collection.
-
-
Returns the middle MixedInk in the collection.
-
-
Returns the MixedInk whose index follows the specified MixedInk in the collection.
obj
|
MixedInk
The MixedInk whose index comes before the desired MixedInk.
|
-
-
Returns the MixedInk with the index previous to the specified index.
obj
|
MixedInk
The index of the MixedInk that follows the desired MixedInk.
|
-
-
Generates a string which, if executed, will return the MixedInk.