OpacityGradientStop

An opacity gradient stop.

Methods:

getElements, remove, toSource, toSpecifier

Objects:

Boolean, Number, Object

Property Listing

Property

Type

Access

Description

index

Number

readonly

The index of the OpacityGradientStop within its containing object.

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

location

Number (range 0 - 100)

read/write

The location of the opacity gradient stop, as a percentage of the OpacityGradientStop size. (Range: 0 to 100)

midpoint

Number (range 13 - 87)

read/write

The mid-point of the opacity gradient stop, as a percentage of the OpacityGradientStop size. (Range: 13 to 87)

opacity

Number (range 0 - 100)

read/write

The opacity of the opacity gradient stop (as a percentage). (Range: 0 to 100)

parent

FindChangeGradientFeatherSetting

GradientFeatherSetting

readonly

The parent of the OpacityGradientStop (a GradientFeatherSetting or FindChangeGradientFeatherSetting).

properties

Object

read/write

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

Method Listing

OpacityGradientStop getElements ()

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

undefined remove ()

Deletes the OpacityGradientStop.

String toSource ()

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

String toSpecifier ()

Retrieves the object specifier.

Return

OpacityGradientStops.add()

OpacityGradientStop.getElements()

OpacityGradientStops.anyItem()

OpacityGradientStops.everyItem()

OpacityGradientStops.nextItem()

OpacityGradientStops.previousItem()

OpacityGradientStops.item()

OpacityGradientStops.[]()

OpacityGradientStops.itemByName()

OpacityGradientStops.itemByRange()

OpacityGradientStops.firstItem()

OpacityGradientStops.lastItem()

OpacityGradientStops.middleItem()