MCPcopy Create free account
hub / github.com/FastLED/FastLED / setColorOrder

Method setColorOrder

src/fl/fx/2d/animartrix.hpp:293–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 void fxNext(int fx = 1) { fxSet(fxGet() + fx); }
292
293 void setColorOrder(EOrder order) { mColorOrder = order; }
294 EOrder getColorOrder() const { return mColorOrder; }
295
296 /// Override the factory for a specific built-in animation enum.

Callers 1

setupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected