ex_camera_set_fade_alpha

Sets the alpha for the fade effects

Syntax

ex_camera_set_fade_alpha(cameraHandle, value)
Argument Description
cameraHandle The camera handle
value The alpha value, 0 to 1
Returns nothing

Description

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

Example

//Set the alpha value for the camera object
ex_camera_set_fade_alpha(global._camera, 0.8);

Minimum Supported Version

exCamera 0.5.0