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

◆ setTemperature()

void fl::FastLEDAdapter::setTemperature ( CRGB temperature)
overridevirtual

Set color temperature.

Parameters
temperatureColor temperature RGB values

Implements fl::IFastLED.

Definition at line 88 of file adapter.cpp.hpp.

88 {
89 FastLED.setTemperature(temperature);
90}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
void setTemperature(const CRGB &temp)
Set a global color temperature.

References FastLED.

Referenced by ~FastLEDAdapter().

+ Here is the caller graph for this function: