| 590 | } |
| 591 | |
| 592 | void ConfigHandler::SetRandomColor(AlienFX_SDK::Afx_colorcode* clr) { |
| 593 | clr->r = (byte)rclr(rnd); |
| 594 | clr->g = (byte)rclr(rnd); |
| 595 | clr->b = (byte)rclr(rnd); |
| 596 | } |
| 597 | |
| 598 | void ConfigHandler::RemoveUnusedGroups() { |
| 599 | for (auto i = afx_dev.GetGroups()->begin(); i != afx_dev.GetGroups()->end();) { |
no outgoing calls
no test coverage detected