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

Function showColor

src/FastLED.h:1692–1692  ·  view source on GitHub ↗

Set all leds on all controllers to the given color @param color what color to set the leds to

Source from the content-addressed store, hash-verified

1690 /// Set all leds on all controllers to the given color
1691 /// @param color what color to set the leds to
1692 void showColor(const CRGB & color) { showColor(color, mScale); }
1693
1694 /// Delay for the given number of milliseconds. Provided to allow the library to be used on platforms
1695 /// that don't have a delay function (to allow code to be more portable).

Callers 2

clearMethod · 0.85
showColorInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected