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