| 64 | } |
| 65 | |
| 66 | void Update() { |
| 67 | if (have_high) |
| 68 | lfxUtil.Update(); |
| 69 | else |
| 70 | for (int i = 0; i < afx_map.fxdevs.size(); i++) |
| 71 | afx_map.fxdevs[i].dev->UpdateColors(); |
| 72 | } |
| 73 | |
| 74 | unsigned int Act2UINT(AlienFX_SDK::Afx_action* act) { |
| 75 | return AlienFX_SDK::Afx_colorcode({ act->b,act->g,act->r, 255 }).cf; |
no test coverage detected