Inner glow effect settings.
inner glow setting Properties
| Property | Type | Access | Description |
|---|---|---|---|
| applied | anything | r/w | If true, the inner glow effect is applied. Can return: boolean or nothing. |
| blend mode | anything | r/w | The blending mode for the inner glow effect. Can return: normal/multiply/screen/overlay/soft light/hard light/color dodge/color burn/darken/lighten/difference/exclusion/hue/saturation/color/luminosity or nothing. |
| class | anything | read | The class descriptor type. Can return: integer or nothing. |
| effect color | anything | r/w | The color applied to the inner glow, specified as a swatch (color, gradient, tint, or mixed ink), or as an array of color values. The color mode dictates the array values: for RGB, specify three values, each in the range 0 to 255, in the format [R,G,B]… |
| noise | anything | r/w | The amount (as a percentage) of noise applied to the inner glow. (Range: 0 to 100). Can return: fixed (0 – 100) or nothing (0 – 100). |
| object reference | anything | read | An object reference for the inner glow setting. Can return: inner glow setting or nothing. |
| opacity | anything | r/w | The opacity of the inner glow (as a percentage). (Range: 0 to 100). Can return: fixed (0 – 100) or nothing (0 – 100). |
| parent | anything | read | The parent of the inner glow 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 tra… |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| size | anything | r/w | The size of the inner glow. Can return: number or string (0 – 144 points) or nothing (0 – 144). |
| source | anything | r/w | The light source of the inner glow effect. Can return: center sourced/edge sourced or nothing. |
| spread | anything | r/w | The amount of spread (as a percentage of the inner glow size). (Range: 0 to 100). Can return: fixed (0 – 100) or nothing (0 – 100). |
| technique | anything | r/w | The technique used for the inner glow. Can return: softer/precise or nothing. |