Click or drag to resize

DualShock4ExtensionSetLightColor Method (Color)

Sets the light color. Alpha can be used to set intensity.

Namespace:  Rewired.ControllerExtensions
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetLightColor(
	Color color
)

Parameters

color
Type: Color
Light color

Implements

IDualShock4ExtensionSetLightColor(Color)
See Also