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

◆ SetGroupColorBase()

void Terraria.GameContent.ChromaHotkeyPainter.SetGroupColorBase ( List< PaintKey > keys,
Color color )
inlineprivate

Definition at line 289 of file ChromaHotkeyPainter.cs.

290 {
291 foreach (PaintKey key in keys)
292 {
293 key.SetSolid(color);
294 }
295 }

References System.key, and System.keys.

Referenced by Terraria.GameContent.ChromaHotkeyPainter.Step_KeybindsMenu(), and Terraria.GameContent.ChromaHotkeyPainter.Step_Movement().