MixedInkGroup
QuickLinks
Hierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| id | number | readonly | The unique ID of the MixedInkGroup. |
| index | number | readonly | The index of the MixedInkGroup within its containing object. |
| inkList | Array of Ink | readonly | The component inks. |
| label | string | r/w | A property that can be set to any string. |
| model | ColorModel: ColorModel.SPOT ColorModel.PROCESS ColorModel.REGISTRATION ColorModel.MIXEDINKMODEL |
r/w | The color model. |
| name | string | r/w | The name of the MixedInkGroup. |
| parent | Application Document |
readonly | The parent of the MixedInkGroup (a Application or Document). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
MixedInkGroup duplicate ()
Duplicates the MixedInkGroup.
string extractLabel (key:
string)
Gets the label value associated with the specified key.
| Parameter | Type | Description |
|---|---|---|
| key | string | The key. |
void insertLabel (key:
string, value:
string)
Sets the label to the value associated with the specified key.
| Parameter | Type | Description |
|---|---|---|
| key | string | The key. |
| value | string | The value. |
void merge (with:
any)
Merge one or more other swatches into this one.
| Parameter | Type | Description |
|---|---|---|
| with |
Array
of Swatches String Swatch | The swatches to merge. Can accept: Array of Swatches, Swatch or String. |
void remove (replacingWith:
Swatch)
Delete swatch.
| Parameter | Type | Description |
|---|---|---|
| replacingWith | Swatch | The swatch to apply in place of this one |
Element of
MixedInk.baseColor
Used in:
MixedInk MixedInks.add (inkList: any, inkPercentages: Array of number[, withProperties: Object])
Return
MixedInkGroup MixedInkGroup.duplicate ()
MixedInkGroup MixedInkGroups.add (inkList: Array of Ink[, inkPercentages: Array of number][, repeatValues: Array of number][, incrementValues: Array of number][, withProperties: Object])
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |