ex_camera_set_flash_color

Sets the color for the flash effects

Syntax

ex_camera_set_flash_color(cameraHandle, value)
Argument Description
cameraHandle The camera handle
value The color value
Returns nothing

Description

This function sets the color value for all flash effect functions.

Example

//Set the color value for the camera object flash effects to red
ex_camera_set_flash_color(global._camera, c_red);

Minimum Supported Version

exCamera 0.6.1