Gradient feather effect settings.
Element
opacity gradient stop
gradient feather setting Properties
| Property | Type | Access | Description |
|---|---|---|---|
| angle | anything | r/w | The angle of the gradient feather. Can return: fixed (-180 – 180) or nothing (-180 – 180). |
| applied | anything | r/w | If true, the gradient feather effect is applied. Can return: boolean or nothing. |
| class | anything | read | The class descriptor type. Can return: integer or nothing. |
| gradient start | anything | r/w | The center point (for a radial gradient) or starting point (for a linear gradient) applied to the fill, as page coordinates in the format [x, y]. Can return: list of 2 numbers or strings or nothing. |
| hilite angle | anything | r/w | The hilite angle of the radial gradient feather. Can return: fixed or nothing. |
| hilite length | anything | r/w | The hilite length of the radial gradient feather. Can return: number or string or nothing. |
| length | anything | r/w | The length of the axial gradient, or radius of the radial gradient. Can return: number or string or nothing. |
| object reference | anything | read | An object reference for the gradient feather setting. Can return: gradient feather setting or nothing. |
| parent | anything | read | The parent of the gradient feather setting (a transparency setting, stroke transparency setting, fill transparency setting or content transparency setting). Can return: transparency setting, stroke transparency setting, fill transparency setting, conte… |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| type | anything | r/w | The type of gradient. Can return: linear/radial or nothing. |