parseSwatchFile()

Loads color swatch data from an Adobe Swatch Exchange ASE file.file The file specification, an ExtendScript File object.The swatch data, in this format:data

color

The color of the solid, expressed as red, green, and blue values.Array of three floating-point values, [R, G, B], in the range [0.0..1.0]; read/write.

Application object

Provides access to objects and application settings within the After Effects application. The single global object is always available by its name, app.Attr

SolidSource object

The SolidSource object represents a solid-color footage source.ユ SolidSource is a subclass of FootageSource. All methods and attributes of FootageSource, in

setProxyWithSolid()

Creates a SolidSource object with specified values, sets this as the value of the proxySource attribute, and sets useProxy to true. It does not preserve the

applyFill

When true, the textlayer shows a fill. Access the fillColor attribute for the actual color. When false, only a stroke is shown.Boolean; read/write.

label

The label color for the item. Colors are represented by their number 0 for None, or 1 to 16 for one of the preset colors in the Labels preferences .Custom l

blendingMode

The blending mode of the layer.A BlendingMode enumerated value; read/write. One of:BlendingMode.ADDBlendingMode.ALPHA_ADDBlendingMode.CLASSIC_COLOR_BURNBlen

fillColor

The text layerメs fill color, as an array of [r, g, b] floating-point values. For example, in an 8-bpc project, a red value of 255 would be 1.0, and in a 32-

bitsPerChannel

The color depth of the current project, either 8, 16, or 32 bits.Integer 8, 16, or 32 only ; read/write.