Directional feather effect settings.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| angle | any | r/w | The angle of the feather. (Range: 180 to -180). Can return: Real (-180 – 180) or NothingEnum enumerator (-180 – 180). |
| applied | any | r/w | If true, the directional feather effect is applied. Can return: Boolean or NothingEnum enumerator. |
| bottomWidth | any | r/w | The feather width (in pixels) on the bottom side of the object DirectionalFeatherSetting. (Range: .2 to 250). Can return: Unit (0 – 1000 points) or NothingEnum enumerator (0 – 1000). |
| chokeAmount | any | r/w | The amount to choke the directional feather (as a percentage of the feather width). (Range: 0 to 100). Can return: Real (0 – 100) or NothingEnum enumerator (0 – 100). |
| followShapeMode | any | r/w | The shape-following algorithm applied to the feather. Can return: FollowShapeModeOptions enumerator or NothingEnum enumerator. |
| leftWidth | any | r/w | The feather width (in pixels) on the left side of the DirectionalFeatherSetting. Can return: Unit (0 – 1000 points) or NothingEnum enumerator (0 – 1000). |
| noise | any | r/w | The amount of noise (as a percentage) applied to the feather region. (Range: 0 to 100). Can return: Real (0 – 100) or NothingEnum enumerator (0 – 100). |
| parent | any | readonly | The parent of the DirectionalFeatherSetting (a TransparencySetting, StrokeTransparencySetting, FillTransparencySetting or ContentTransparencySetting). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| rightWidth | any | r/w | The feather width (in pixels) on the right side of the DirectionalFeatherSetting. (Range: .2 to 250). Can return: Unit (0 – 1000 points) or NothingEnum enumerator (0 – 1000). |
| topWidth | any | r/w | The feather width (in pixels) on the top side of the object DirectionalFeatherSetting. (Range: .2 to 250). Can return: Unit (0 – 1000 points) or NothingEnum enumerator (0 – 1000). |
Methods
Array of DirectionalFeatherSettinggetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the DirectionalFeatherSetting.
string toSpecifier ()
Retrieves the object specifier.
Element of:
ContentTransparencySetting.directionalFeatherSettings
FillTransparencySetting.directionalFeatherSettings
StrokeTransparencySetting.directionalFeatherSettings
TransparencySetting.directionalFeatherSettings
Returned by:
Array of DirectionalFeatherSetting DirectionalFeatherSetting .getElements (
)