Basic object blending settings.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| blendMode | any | r/w | The blending mode for controlling how the base color interacts with the color of the BlendingSetting. Can return: BlendMode enumerator or NothingEnum enumerator. |
| isolateBlending | any | r/w | If true, blending is applied only to the group. If false, blending includes all objects beneath the group. Can return: Boolean or NothingEnum enumerator. |
| knockoutGroup | any | r/w | If true, the BlendingSetting is a knockout group. Can return: Boolean or NothingEnum enumerator. |
| opacity | any | r/w | The fill opacity of the BlendingSetting (as a percentage). (Range: 0 to 100). Can return: Real (0 – 100) or NothingEnum enumerator (0 – 100). |
| parent | any | readonly | The parent of the BlendingSetting (a TransparencySetting, StrokeTransparencySetting, FillTransparencySetting or ContentTransparencySetting). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Array of BlendingSettinggetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the BlendingSetting.
string toSpecifier ()
Retrieves the object specifier.
Element of:
ContentTransparencySetting.blendingSettings
FillTransparencySetting.blendingSettings
StrokeTransparencySetting.blendingSettings
TransparencySetting.blendingSettings
Returned by:
Array of BlendingSetting BlendingSetting .getElements (
)