Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 469 Bytes

File metadata and controls

46 lines (27 loc) · 469 Bytes

Camera.resetColorFilter()

Availability

Adobe Animate 2019.

Usage

Camera.resetColorFilter(frameIndex)

Parameters

frameIndex

Type

number

Description

integer

Returns

Nothing.

Type

void

Description

Remove color filter.

Example

The following example removes color filter.

var timeline = an.getDocumentDOM().getTimeline();
timeline.camera.resetColorFilter(0);