Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 536 Bytes

File metadata and controls

21 lines (13 loc) · 536 Bytes

compiledClipInstance.backgroundColor

Availability

Adobe Animate.

Usage

compiledClipInstance.backgroundColor

Description

Property; a string that specifies the matte color when Opaque is selected. This is a string in hexadecimal #rrggbb format or an integer containg the value.

Example

The following example illustrates getting the backgroundColor property:

var bitmapInstance = fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0];
bitmapInstance.backgroundColor = "#000000";