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

◆ showColorInternal() [1/2]

void fl::CLEDController::showColorInternal ( const CRGB & data,
fl::u8 brightness )
inline

Parameters
datathe CRGB color to set the LEDs to
brightnessthe brightness of the LEDs
See also
showColor(const CRGB&, int, CRGB)

Definition at line 201 of file cled_controller.h.

201 {
202 if (mEnabled) {
203 showColor(data, mLeds.size(), brightness);
204 }
205 }
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)
virtual void showColor(const CRGB &data, int nLeds, fl::u8 brightness) FL_NOEXCEPT=0
Set all the LEDs to a given color.
fl::span< CRGB > mLeds
span of LED data used by this controller

References brightness, FL_NOEXCEPT, mEnabled, mLeds, and showColor().

+ Here is the call graph for this function: