FindChangeGradientFeatherSetting

Gradient feather effect settings.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, GradientType, NothingEnum, Object, OpacityGradientStops,

Hierarchy:

Superclass: GradientFeatherSetting

Class: FindChangeGradientFeatherSetting

Property Listing

Property

Type

Access

Description

angle

Real(-180-180)

NothingEnum.NOTHING

read/write

The angle of the gradient feather. Can return: Real (-180 - 180) or NothingEnum enumerator.

applied

Boolean

NothingEnum.NOTHING

read/write

If true, the gradient feather effect is applied. Can return: Boolean or NothingEnum enumerator.

gradientStart

Array of 2 Units

NothingEnum.NOTHING

read/write

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

Real

NothingEnum.NOTHING

read/write

The hilite angle of the radial gradient feather. Can return: Real or NothingEnum enumerator.

hiliteLength

Unit

NothingEnum.NOTHING

read/write

The hilite length of the radial gradient feather. Can return: Unit or NothingEnum enumerator.

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

length

Unit

NothingEnum.NOTHING

read/write

The length of the axial gradient, or radius of the radial gradient. Can return: Unit or NothingEnum enumerator.

opacityGradientStops

OpacityGradientStops OpacityGradientStop

readonly

A collection of opacity gradient stops.

parent

FindChangeFillTransparencySetting

FindChangeStrokeTransparencySetting

FindChangeContentTransparencySetting

FindChangeTransparencySetting

readonly

The parent of the FindChangeGradientFeatherSetting (a FindChangeTransparencySetting, FindChangeStrokeTransparencySetting, FindChangeFillTransparencySetting or FindChangeContentTransparencySetting).

properties

Object

read/write

A property that allows setting of several properties at the same time.

type

GradientType

GradientType.LINEAR

GradientType.RADIAL

NothingEnum.NOTHING

read/write

The type of gradient. Can return: GradientType enumerator or NothingEnum enumerator.

Method Listing

FindChangeGradientFeatherSetting getElements ()

Resolves the object specifier, creating an array of object references.

String toSource ()

Generates a string which, if executed, will return the FindChangeGradientFeatherSetting.

String toSpecifier ()

Retrieves the object specifier.

Object of

FindChangeTransparencySetting.gradientFeatherSettings

FindChangeStrokeTransparencySetting.gradientFeatherSettings

FindChangeFillTransparencySetting.gradientFeatherSettings

FindChangeContentTransparencySetting.gradientFeatherSettings

OpacityGradientStop.parent

Return

FindChangeGradientFeatherSetting.getElements()