MixedInks
A collection of mixed inks.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the MixedInk.
MixedInk add( Mixed inkList, Number inkPercentages, Object withProperties )
Creates a new mixed ink swatch.
Parameters
MixedInk item( Mixed index )
Returns the MixedInk with the specified index or name.
Parameters
MixedInk itemByName( String name )
Returns the MixedInk with the specified name.
Parameters
MixedInk itemByID( Number id )
Returns the MixedInk with the specified ID.
Parameters
MixedInk itemByRange( Mixed from, Mixed to )
Returns the MixedInks within the specified range.
Parameters
MixedInk firstItem()
Returns the first MixedInk in the collection.
MixedInk lastItem()
Returns the last MixedInk in the collection.
MixedInk middleItem()
Returns the middle MixedInk in the collection.
MixedInk previousItem( MixedInk obj )
Returns the MixedInk with the index previous to the specified index.
Parameters
MixedInk nextItem( MixedInk obj )
Returns the MixedInk whose index follows the specified MixedInk in the collection.
Parameters
MixedInk anyItem()
Returns any MixedInk in the collection.
MixedInk everyItem()
Returns every MixedInk in the collection.
String toSource()
Generates a string which, if executed, will return the MixedInk.
MixedInk []( Number index )
Returns the MixedInk with the specified index.