ex_camera_set_fade_blend

Sets the blend mode for the fade effects

Syntax

ex_camera_set_fade_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 fade effect functions.

Example

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

Minimum Supported Version

exCamera 0.5.0