TransparencyPreference

Transparency preferences.

Methods:

getElements, toSource, toSpecifier

Objects:

BlendingSpace, Boolean, Number, Object

Hierarchy:

Superclass: Preference

Class: TransparencyPreference

Property Listing

Property

Type

Access

Description

blendingSpace

BlendingSpace

BlendingSpace.CMYK

BlendingSpace.DEFAULT_VALUE

BlendingSpace.RGB

read/write

The color space used for blending the colors of transparent objects.

globalLightAltitude

Number (range 0 - 100)

read/write

The altitude of the global light. (Range: 0 to 90)

globalLightAngle

Number (range -180 - 180)

read/write

The angle of the global light. (Range: -360 to 360)

isValid

Boolean

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

read/write

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

Method Listing

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.

Object of

Application.transparencyPreferences

Document.transparencyPreferences

Return

TransparencyPreference.getElements()