A collection of mixed ink groups.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
MixedInkGroup add (inkList:Array of Ink, inkPercentages:Array of Number, repeatValues:Array of Number, incrementValues:Array of Number, withProperties:Object)
Creates a new mixed ink group.
|
Parameter |
Type |
Description |
|---|---|---|
|
inkList |
The inks to include in the mix. |
|
|
inkPercentages |
The percent of each ink in the ink list. (Range: 0 to 100 for each ink) (Optional) |
|
|
repeatValues |
The number of repetitions for each ink in the ink list. (Range: 0 to 100 for each ink) (Optional) |
|
|
incrementValues |
The increment percent per repetition for each ink. (Range: 0 to 100) Note: The cumulative ink percentage per ink cannot exceed 100.) (Optional) |
|
|
withProperties |
Initial values for properties of the new MixedInkGroup (Optional) |
Number count ()
Displays the number of elements in the MixedInkGroup.