ex_camera_set_fade_color

Sets the color for the fade effects

Syntax

ex_camera_set_fade_color(cameraHandle, value)
Argument Description
cameraHandle The camera handle
value The color value
Returns nothing

Description

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

Example

//Set the color value for the camera object fade effects to red
ex_camera_set_fade_color(global._camera, c_red);

Minimum Supported Version

exCamera 0.6.1