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

◆ SetSolid() [2/2]

void ReLogic.Peripherals.RGB.RgbKey.SetSolid ( Color color)
inline

Definition at line 95 of file RgbKey.cs.

96 {
97 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
98 BaseColor = color;
99 Effect = RgbKeyEffect.Solid;
100 }

References ReLogic.Peripherals.RGB.RgbKey.BaseColor, and ReLogic.Peripherals.RGB.RgbKey.Effect.