Class
Transparency preferences. Base Class: Preference
getElements, toSource, toSpecifier
TransparencyPreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
blendingSpace | BlendingSpace: BlendingSpace.DEFAULT_VALUE BlendingSpace.RGB BlendingSpace.CMYK |
r/w | The color space used for blending the colors of transparent objects. |
globalLightAltitude | number (range: 0 - 100) | r/w | The altitude of the global light. (Range: 0 to 90) |
globalLightAngle | number (range: -180 - 180) | r/w | The angle of the global light. (Range: -360 to 360) |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
parent | Application Document |
readonly | The parent of the TransparencyPreference (a Application or Document). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
Array of TransparencyPreference getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the TransparencyPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of
Application.transparencyPreferences
Document.transparencyPreferences
Return
Array of TransparencyPreference TransparencyPreference.getElements ()
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |