Inner shadow effect settings.
inner shadow setting Properties
| Property | Type | Access | Description |
|---|---|---|---|
| angle | anything | r/w | The angle at which the inner shadow is thrown. (Range: -360 to 360). Can return: fixed (-180 – 180) or nothing (-180 – 180). |
| applied | anything | r/w | If true, the inner shadow effect is applied. Can return: boolean or nothing. |
| blend mode | anything | r/w | The blending mode for the inner shadow 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. |
| choke amount | anything | r/w | The amount to choke the inner shadow (as a percentage of shadow size). (Range: 0 to 100). Can return: fixed (0 – 100) or nothing (0 – 100). |
| class | anything | read | The class descriptor type. Can return: integer or nothing. |
| distance | anything | r/w | The distance between the inner shadow setting and the shadow. . Can return: number or string (0 – 1000 points) or nothing (0 – 1000). |
| effect color | anything | r/w | The color applied to the inner shadow, 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,… |
| noise | anything | r/w | The amount (as a percentage) of noise to add to the shadow. (Range: 0 to 100). Can return: fixed (0 – 100) or nothing (0 – 100). |
| object reference | anything | read | An object reference for the inner shadow setting. Can return: inner shadow setting or nothing. |
| opacity | anything | r/w | The opacity (as a percentage) of the inner shadow. (Range: 0 to 100). Can return: fixed (0 – 100) or nothing (0 – 100). |
| parent | anything | read | The parent of the inner shadow 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 t… |
| 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 shadow. Can return: number or string (0 – 144 points) or nothing (0 – 144). |
| use global light | anything | r/w | If true, the global light angle is used. Can return: boolean or nothing. |
| x offset | anything | r/w | The horizontal offset of the shadow. Can return: number or string (-1000 – 1000 points) or nothing (-1000 – 1000). |
| y offset | anything | r/w | The vertical offset of the shadow. Can return: number or string (-1000 – 1000 points) or nothing (-1000 – 1000). |