Details

Add Light Rainbow2 effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Light > Rainbow2

*without and with Camera Filter Pack Light Rainbow2


Property

Range

Default

Value 0.01f to 5 1.5f

Manipulate Light Rainbow2 by script

Example:

// Drag and Drop your Camera GameObject 
// with the Light Rainbow2 component 
// to your current script on the CamFX_Light_Rainbow2 field 

public CameraFilterPack_Light_Rainbow2 CamFX_Light_Rainbow2; 

void Update() 
{
	CamFX_Light_Rainbow2.Value =  1.5f;
}