Basic object blending settings.
blending setting Properties
| Property | Type | Access | Description |
|---|---|---|---|
| blend mode | anything | r/w | The blending mode for controlling how the base color interacts with the color of the blending setting. Can return: normal/multiply/screen/overlay/soft light/hard light/color dodge/color burn/darken/lighten/difference/exclusion/hue/saturation/color/lumi… |
| class | anything | read | The class descriptor type. Can return: integer or nothing. |
| isolate blending | anything | r/w | If true, blending is applied only to the group. If false, blending includes all objects beneath the group. Can return: boolean or nothing. |
| knockout group | anything | r/w | If true, the blending setting is a knockout group. Can return: boolean or nothing. |
| object reference | anything | read | An object reference for the blending setting. Can return: blending setting or nothing. |
| opacity | anything | r/w | The fill opacity of the blending setting (as a percentage). (Range: 0 to 100). Can return: fixed (0 – 100) or nothing (0 – 100). |
| parent | anything | read | The parent of the blending setting (a transparency setting, stroke transparency setting, fill transparency setting or content transparency setting). Can return: transparency setting, stroke transparency setting, fill transparency setting, content trans… |
| properties | record | r/w | A property that allows setting of several properties at the same time. |