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

◆ showColorInternal() [2/2]

void CLEDController::showColorInternal ( const struct CRGB & data,
uint8_t 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 146 of file cled_controller.h.

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

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

+ Here is the call graph for this function: