OpacityGradientStop
An opacity gradient stop.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, remove, removeEventListener, toSource, toSpecifier
Objects:
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
The index of the OpacityGradientStop within its containing object. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
Number (range 0 - 100) |
read/write |
The location of the opacity gradient stop, as a percentage of the OpacityGradientStop size. (Range: 0 to 100) |
|
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) |
|
Number (range 0 - 100) |
read/write |
The opacity of the opacity gradient stop (as a percentage). (Range: 0 to 100) |
|
readonly |
The parent of the OpacityGradientStop (a GradientFeatherSetting or FindChangeGradientFeatherSetting). |
||
read/write |
A property that allows setting of several properties at the same time. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
OpacityGradientStop getElements ()
Resolves the object specifier, creating an array of object references.
undefined remove ()
Deletes the OpacityGradientStop.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the OpacityGradientStop.
String toSpecifier ()
Retrieves the object specifier.
Object of
Event.parent
EventListener.parent
MutationEvent.parent
Return
OpacityGradientStop.getElements()
OpacityGradientStops.anyItem()
OpacityGradientStops.everyItem()
OpacityGradientStops.nextItem()
OpacityGradientStops.previousItem()
OpacityGradientStops.itemByRange()
OpacityGradientStops.firstItem()