Click or drag to resize

GCControllerDualSenseExtensionSetLightColor Method (Single, Single, Single)

Sets the light color.

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(
	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