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

◆ GetProcessedLedColor()

Vector4 ReLogic.Peripherals.RGB.RgbDevice.GetProcessedLedColor ( int index)
inlineprotectedinherited

Definition at line 37 of file RgbDevice.cs.

38 {
39 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
40 //IL_0011: Unknown result type (might be due to invalid IL or missing references)
41 //IL_001f: Unknown result type (might be due to invalid IL or missing references)
43 _colorProfile.Apply(ref color);
44 return color;
45 }
readonly Vector4[] Colors
Definition Fragment.cs:8
readonly DeviceColorProfile _colorProfile
Definition RgbDevice.cs:16
readonly Fragment _backBuffer
Definition RgbDevice.cs:12

References ReLogic.Peripherals.RGB.RgbDevice._backBuffer, ReLogic.Peripherals.RGB.RgbDevice._colorProfile, ReLogic.Peripherals.RGB.DeviceColorProfile.Apply(), and ReLogic.Peripherals.RGB.Fragment.Colors.

Referenced by ReLogic.Peripherals.RGB.Corsair.CorsairGenericDevice.Present(), ReLogic.Peripherals.RGB.Corsair.CorsairKeyboard.Present(), ReLogic.Peripherals.RGB.Logitech.LogitechKeyboard.Present(), ReLogic.Peripherals.RGB.Logitech.LogitechSingleLightDevice.Present(), ReLogic.Peripherals.RGB.Razer.RazerHeadset.Present(), ReLogic.Peripherals.RGB.Razer.RazerKeyboard.Present(), ReLogic.Peripherals.RGB.Razer.RazerKeypad.Present(), ReLogic.Peripherals.RGB.Razer.RazerLink.Present(), ReLogic.Peripherals.RGB.Razer.RazerMouse.Present(), ReLogic.Peripherals.RGB.Razer.RazerMousepad.Present(), ReLogic.Peripherals.RGB.SteelSeries.SteelSeriesKeyboard.Present(), and ReLogic.Peripherals.RGB.SteelSeries.SteelSeriesSecondaryDeviceByZone.Present().