ex_camera_get_flash_color

Returns the color for the flash effects

Syntax

ex_camera_get_flash_color(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns the flash color value

Description

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

Example

//Return the color value for the camera object's flash effects and store it in variable "_value"
_value = ex_camera_get_flash_color(global._camera);

Minimum Supported Version

exCamera 0.5.0