FastLED 3.9.15
|
void CFastLED::showColor | ( | const struct CRGB & | color, |
uint8_t | scale ) |
Set all leds on all controllers to the given color/scale.
color | what color to set the leds to |
scale | what brightness scale to show at |
Definition at line 177 of file FastLED.cpp.
References CLEDController::beginShowLeds(), countFPS(), CLEDController::endShowLeds(), gControllersData, CLEDController::getEnabled(), CLEDController::head(), lastshow, m_nFPS, m_nMinMicros, m_nPowerData, m_pPowerFunc, MAX_CLED_CONTROLLERS, CLEDController::next(), scale, CLEDController::setDither(), CLEDController::showColorInternal(), and CLEDController::size().
Referenced by clear().