ex_camera_set_fade_alpha(cameraHandle, value)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
| value | The alpha value, 0 to 1 |
This function sets the alpha value for all fade effect functions.
//Set the alpha value for the camera object ex_camera_set_fade_alpha(global._camera, 0.8);