ex_camera_get_fade_color

Returns the color for the fade effects

Syntax

ex_camera_get_fade_color(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns the fade color value

Description

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

Example

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

Minimum Supported Version

exCamera 0.5.0