Class
getElements, toSource, toSpecifier
BlendingSetting
Basic object blending settings. Base Class: Preference
Superclass of FindChangeBlendingSetting
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
blendMode | BlendMode: BlendMode.NORMAL BlendMode.MULTIPLY BlendMode.SCREEN BlendMode.OVERLAY BlendMode.SOFT_LIGHT BlendMode.HARD_LIGHT BlendMode.COLOR_DODGE BlendMode.COLOR_BURN BlendMode.DARKEN BlendMode.LIGHTEN BlendMode.DIFFERENCE BlendMode.EXCLUSION BlendMode.HUE BlendMode.SATURATION BlendMode.COLOR BlendMode.LUMINOSITY |
r/w | The blending mode for controlling how the base color interacts with the color of the BlendingSetting. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
isolateBlending | bool | r/w | If true, blending is applied only to the group. If false, blending includes all objects beneath the group. |
knockoutGroup | bool | r/w | If true, the BlendingSetting is a knockout group. |
opacity | number (range: 0 - 100) | r/w | The fill opacity of the BlendingSetting (as a percentage). (Range: 0 to 100) |
parent | ContentTransparencySetting FillTransparencySetting StrokeTransparencySetting TransparencySetting |
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
Instances
Array of BlendingSetting getElements ()
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
Return
Array of BlendingSetting BlendingSetting.getElements ()
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |