Class
A collection of mixed inks.
add, count
MixedInks
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
MixedInk add (inkList:
any, inkPercentages:
Array
of number[, withProperties:
Object])
Creates a new mixed ink swatch.
Parameter | Type | Description |
---|---|---|
inkList |
Array
of Inks MixedInkGroup | 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 of 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) |
number count ()
Displays the number of elements in the MixedInk.
Element of
Application.mixedInks
Document.mixedInks
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |