Click or drag to resize

GCControllerDualShock4ExtensionSetLightColor Method (Color)

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

Namespace:  Rewired.Platforms.Apple.GameController
Assembly:  Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetLightColor(
	Color color
)

Parameters

color
Type: Color
Light color
See Also