resolutionFactor

The x and y downsample resolution factors for rendering the composition.The two values in the array specify how many pixels to skip when sampling; the first

inTangents

The incoming tangent vectors, or direction handles, associated with the vertices of the shape. Specify each vector as an array of two floating-point values,

activeAtTime()

Returns true if this layer will be active at the specified time. To return true, the layer must be enabled, no otherlayer may be soloing unless this layer i

replaceWithSolid()

Changes the source of this FootageItem to the specified solid. Creates a new SolidSource object, sets its values from theparameters, andsets mainSource to t

outTangents

The outgoing tangent vectors, or direction handles, associated with the vertices of the shape. Specify each vector as an array of two floating-point values,

active

When true, the layer’s video is active at the current time.For this to be true, the layer must be enabled, no other layer may be soloing unless this layer i

hasAlpha

When true, the footage has an alpha component. In this case, the attributes alphaMode, invertAlpha , andpremulColor have valid values. When false, those att

vertices

The anchor points of the shape. Specify each point as an array of two floating-point values, and collect the point pairs into an array for the complete set

parent

The parent of this layer; can be null.Offset values are calculated to counterbalance any transforms above this layer in the hierarchy, so that when you set

premulColor

The color tobe premultiplied. This attribute is valid only if the alphaMode is alphaMode.PREMULTIPLIED.Array of three floating-point values [R, G, B], in th