Click or drag to resize

DualShock4ExtensionSetLightColor Method (Single, Single, Single)

Sets the light color.

Namespace:  Rewired.ControllerExtensions
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetLightColor(
	float red,
	float green,
	float blue
)

Parameters

red
Type: SystemSingle
Red channel [0.0 - 1.0]
green
Type: SystemSingle
Green channel [0.0 - 1.0]
blue
Type: SystemSingle
Blue channel [0.0 - 1.0]

Implements

IDualShock4ExtensionSetLightColor(Single, Single, Single)
See Also