Details

Add Colors HUE_Rotate effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Colors > HUE_Rotate

*without and with Camera Filter Pack Colors HUE_Rotate


Property

Range

Default

Speed 1 to 20 10f

Manipulate Colors HUE_Rotate by script

Example:

// Drag and Drop your Camera GameObject 
// with the Colors HUE_Rotate component 
// to your current script on the CamFX_Colors_HUE_Rotate field 

public CameraFilterPack_Colors_HUE_Rotate CamFX_Colors_HUE_Rotate; 

void Update() 
{
	CamFX_Colors_HUE_Rotate.Speed =  10f;
}