blendingMode

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

startTime

The start time of the layer, expressed in composition time seconds .Floating-point value in the range [-10800.0..10800.0] minus or plus three hours ; read/w

height

The height of the layer in pixels.Floating-point; read-only.

enabled

When true, the layer is enabled; otherwise false. This corresponds to the video switch state of the layer in theTimeline panel.Boolean; read/write.

width

The width of the layer in pixels.Floating-point; read-only.

moveBefore()

Moves this layer to a position immediately before above the specified layer.layer The target layer, a layer object in the same composition.Nothing.