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

◆ showColorInternal() [1/2]

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

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

Definition at line 147 of file cled_controller.h.

147 {
148 if (m_enabled) {
150 }
151 }
UISlider brightness("Brightness", 128, 0, 255, 1)
virtual void showColor(const CRGB &data, int nLeds, fl::u8 brightness)=0
Set all the LEDs to a given color.
int m_nLeds
the number of LEDs in the LED data array

References brightness(), m_enabled, m_nLeds, and showColor().

+ Here is the call graph for this function: