Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 386 Bytes

File metadata and controls

32 lines (17 loc) · 386 Bytes

resetTint()

Availability

Adobe Animate 2019.

Usage

camera.resetTint(frameIndex)

Parameters

frameIndex:int

Return

Nothing.

Description

Remove camera tint.

Example

The following example Remove camera tint.

var tl = an.getDocumentDOM().getTimeline();
tl.camera.resetTint(0); // reset camera tint at first frame in timeline