ex_camera_flash

Flashes the camera

Syntax

ex_camera_flash(cameraHandle, intensity, duration)
Argument Description
cameraHandle The camera handle
intensity The flash effect's intensity, 0 to 1
duration The duration of the effect, in steps
Returns nothing

Description

This function will perform a flash effect.

Example

//Flash the camera view once, the effect lasting 20 steps
ex_camera_flash(global._camera, 0.5, 20);

Minimum Supported Version

exCamera 0.5.0