MixedInks

A collection of mixed inks.

Methods:

add, count

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

MixedInk add (inkList:Array of Varies Inks MixedInkGroup, 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 (range 0 - 100)

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.

Object of

Application.mixedInks

Document.mixedInks