MCPcopy Create free account
hub / github.com/T-Troll/alienfx-tools / Update

Function Update

alienfx-cli/alienfx-cli.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void 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
74unsigned int Act2UINT(AlienFX_SDK::Afx_action* act) {
75 return AlienFX_SDK::Afx_colorcode({ act->b,act->g,act->r, 255 }).cf;

Callers 3

ResetMethod · 0.85
GetStatusMethod · 0.85
mainFunction · 0.85

Calls 2

UpdateColorsMethod · 0.80
UpdateMethod · 0.45

Tested by

no test coverage detected