Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetLedColor()

void ReLogic.Peripherals.RGB.RgbDevice.SetLedColor ( int index,
Vector4 color )
inlineinherited

Definition at line 64 of file RgbDevice.cs.

65 {
66 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
67 //IL_000d: Unknown result type (might be due to invalid IL or missing references)
68 _backBuffer.Colors[index] = color;
69 }
readonly Vector4[] Colors
Definition Fragment.cs:8
readonly Fragment _backBuffer
Definition RgbDevice.cs:12

References ReLogic.Peripherals.RGB.RgbDevice._backBuffer, and ReLogic.Peripherals.RGB.Fragment.Colors.

Referenced by ReLogic.Peripherals.RGB.Corsair.CorsairKeyboard.Render().