compiledClipInstance.useBackgroundColor
#### Availability
Adobe Animate.
#### Usage
compiledClipInstance.useBackgroundColor
#### Description
Property; a boolean that sets the background color:
- true - Use 32-bit with alpha.
- false - Use the background color.
#### Example
The following example illustrates use of this property:
javascript
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].useBackgroundColor = true;