Gradient feather effect settings.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| angle | any | r/w | The angle of the gradient feather. Can return: Real (-180 – 180) or NothingEnum enumerator (-180 – 180). |
| applied | any | r/w | If true, the gradient feather effect is applied. Can return: Boolean or NothingEnum enumerator. |
| gradientStart | any | 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: Array of 2 Units or NothingEnum enumerator. |
| hiliteAngle | any | r/w | The hilite angle of the radial gradient feather. Can return: Real or NothingEnum enumerator. |
| hiliteLength | any | r/w | The hilite length of the radial gradient feather. Can return: Unit or NothingEnum enumerator. |
| length | any | r/w | The length of the axial gradient, or radius of the radial gradient. Can return: Unit or NothingEnum enumerator. |
| opacityGradientStops | OpacityGradientStops | readonly | A collection of opacity gradient stops. |
| parent | any | readonly | The parent of the GradientFeatherSetting (a TransparencySetting, StrokeTransparencySetting, FillTransparencySetting or ContentTransparencySetting). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| type | any | r/w | The type of gradient. Can return: GradientType enumerator or NothingEnum enumerator. |
Methods
Array of GradientFeatherSettinggetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the GradientFeatherSetting.
string toSpecifier ()
Retrieves the object specifier.
Element of:
ContentTransparencySetting.gradientFeatherSettings
FillTransparencySetting.gradientFeatherSettings
OpacityGradientStop.parent
StrokeTransparencySetting.gradientFeatherSettings
TransparencySetting.gradientFeatherSettings
Returned by:
Array of GradientFeatherSetting GradientFeatherSetting .getElements (
)