camera.colorFilterEnabled

#### Availability

Animate 2019

#### Usage

camera.colorFilterEnabled

#### Type

Boolean

#### Description

Used to Enable/Disable camera's color Filter. The value is true if camera is enabled otherwise false.

#### Example

The following example enables the color filter:

javascript
var timeline = an.getDocumentDOM().getTimeline();

timeline.camera.colorFilterEnabled = true;