FastLED 3.9.15
Loading...
Searching...
No Matches

◆ showColor() [1/2]

void CFastLED::showColor ( const struct CRGB & color)
inline

Set all leds on all controllers to the given color.

Parameters
colorwhat color to set the leds to

Definition at line 762 of file FastLED.h.

762{ showColor(color, m_Scale); }
void showColor(const struct CRGB &color, uint8_t scale)
Set all leds on all controllers to the given color/scale.
Definition FastLED.cpp:177
uint8_t m_Scale
the current global brightness scale setting
Definition FastLED.h:355

References m_Scale, and showColor().

Referenced by showColor().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: