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

◆ LogitechKeyboard()

ReLogic.Peripherals.RGB.Logitech.LogitechKeyboard.LogitechKeyboard ( DeviceColorProfile colorProfile)
inline

Definition at line 425 of file LogitechKeyboard.cs.

426 : base(RgbDeviceVendor.Logitech, Fragment.FromGrid(new Rectangle(0, 0, 21, 6)), colorProfile)
427 {
428 //IL_0014: Unknown result type (might be due to invalid IL or missing references)
429 _colors = new byte[base.LedCount * 4];
430 }

References ReLogic.Peripherals.RGB.Logitech.LogitechKeyboard._colors.