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

◆ showColor() [1/2]

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

Set all leds on all controllers to the given color.

Parameters
colorwhat color to set the leds to

Definition at line 1692 of file FastLED.h.

1692{ showColor(color, mScale); }
void showColor(const CRGB &color, fl::u8 scale)
Set all leds on all controllers to the given color/scale.
fl::u8 mScale
the current global brightness scale setting
Definition FastLED.h:612

References mScale, and showColor().

Referenced by showColor().

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