ex_camera_get_fade_alpha(cameraHandle)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
This function returns the alpha value for all fade effect functions.
//Return the alpha value for the camera object's fade effects and store it in variable "_value" _value = ex_camera_get_fade_alpha(global._camera);