ex_camera_get_flash_alpha(cameraHandle)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
This function returns the alpha value for all flash effect that is currently active in the particular camera.
//Return the alpha value for the camera object's flash effects and store it in variable "_value" _value = ex_camera_get_flash_alpha(global._camera);