ex_camera_set_fade_color(cameraHandle, value)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
| value | The color value |
This function sets the color value for all fade effect functions.
//Set the color value for the camera object fade effects to red ex_camera_set_fade_color(global._camera, c_red);