ex_camera_set_flash_blend(cameraHandle, value)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
| value | The blend mode constant |
This function sets the alpha value for all flash effect functions.
//Set the blend mode of the camera object's flash effects ex_camera_set_flash_blend(global._camera, bm_add);