PreferencesFindChangeGradientFeatherSetting

Gradient feather effect settings.

Extends

Instance Properties

Name Description Access
angle The angle of the gradient feather. Can return: Real (-180 - 180) or NothingEnum enumerator. read-write
applied If true, the gradient feather effect is applied. Can return: Boolean or NothingEnum enumerator. read-write
eventListeners EventListeners A collection of event listeners. read-only
events Events A collection of events. read-only
gradientStart 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. read-write
hiliteAngle The hilite angle of the radial gradient feather. Can return: Real or NothingEnum enumerator. read-write
hiliteLength The hilite length of the radial gradient feather. Can return: Unit or NothingEnum enumerator. read-write
isValid bool Returns true if the object specifier resolves to valid objects. read-only
length The length of the axial gradient, or radius of the radial gradient. Can return: Unit or NothingEnum enumerator. read-write
opacityGradientStops OpacityGradientStops A collection of opacity gradient stops. read-only
parent The parent of the FindChangeGradientFeatherSetting (a FindChangeTransparencySetting, FindChangeStrokeTransparencySetting, FindChangeFillTransparencySetting or FindChangeContentTransparencySetting). read-only
properties Object A property that allows setting of several properties at the same time. read-write
type The type of gradient. Can return: GradientType enumerator or NothingEnum enumerator. read-write

Methods

addEventListener(
eventType, handler ​[, captures])
 → EventListener
removeEventListener(
eventType, handler ​[, captures])
 → bool
toSource(
)
 → string
toSpecifier(
)
 → string
addEventListener(
eventType, handler ​[, captures=false])
 → EventListener
Adds an event listener.
eventType string The event type.
handler The event handler. Can accept: File or JavaScript Function.
captures bool This parameter is obsolete. (Optional)
getElements(
)
 → FindChangeGradientFeatherSetting
Resolves the object specifier, creating an array of object references.
removeEventListener(
eventType, handler ​[, captures=false])
 → bool
Removes the event listener.
eventType string The registered event type.
handler The registered event handler. Can accept: File or JavaScript Function.
captures bool This parameter is obsolete. (Optional)
toSource(
)
 → string
Generates a string which, if executed, will return the FindChangeGradientFeatherSetting.
toSpecifier(
)
 → string
Retrieves the object specifier.