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