Animate 2019
camera.colorFilterEnabled
Boolean
Used to Enable/Disable camera's color Filter. The value is true if camera is enabled otherwise false.
The following example enables the color filter:
var timeline = an.getDocumentDOM().getTimeline();
timeline.camera.colorFilterEnabled = true;