Black White


Descriptions

Add a Black & White to the current camera. Turn on or off the FX.

CameraPlay.BlackWhite_ON(float time);

CameraPlay.BlackWhite_OFF(float time);

CameraPlay.BlackWhite_ON();

CameraPlay.BlackWhite_OFF();

Parameters

Name Description Value Description Default
Time Set the apparition time in se 1 = 1 Second 0.5 second

Example:

CameraPlay.BlackWhite_ON(); // Turn on the Black & White FX with a fading-on of 0.5 second (default).

CameraPlay.BlackWhite_OFF(2.0f); // Turn off the Black & White FX with a fading-off of 2.0 seconds.

Note:

Due to the On/Off system, you can only use 1 Fx at the time.

Note:

The effect is set by default on the main camera, if you want to change the current camera us CameraPlay.CurrentCamera and select the new camera All the other effect will use the new current camera.