Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 420 Bytes

File metadata and controls

28 lines (15 loc) · 420 Bytes

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:

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

timeline.camera.colorFilterEnabled = true;