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