ex_camera_set_flash_blend

Sets the blend mode for the flash effects

Syntax

ex_camera_set_flash_blend(cameraHandle, value)
Argument Description
cameraHandle The camera handle
value The blend mode constant
Returns nothing

Description

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

Example

//Set the blend mode of the camera object's flash effects
ex_camera_set_flash_blend(global._camera, bm_add);

Minimum Supported Version

exCamera 0.5.0