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

◆ ChannelConfigOf() [1/2]

template<typename Chipset>
fl::ChannelConfigOf< Chipset >::ChannelConfigOf ( const Chipset & chipset,
fl::span< CRGB > leds,
EOrder rgbOrder = RGB,
const ChannelOptions & options = ChannelOptions() )
inline

Construct from a typed chipset, LEDs span, and optional metadata.

Examples
/home/runner/work/FastLED/FastLED/src/fl/channels/config.h.

Definition at line 305 of file config.h.

fl::span< CRGB > mLeds
LED data span.
Definition config.h:339
ChannelOptions options
Optional channel settings (correction, temperature, dither, rgbw, affinity).
Definition config.h:345
EOrder rgb_order
RGB channel ordering.
Definition config.h:342
Chipset chipset
Typed chipset configuration.
Definition config.h:336
Strongly-typed channel configuration with compile-time chipset family.
Definition config.h:303

References chipset, FL_NOEXCEPT, leds, mLeds, options, fl::RGB, and rgb_order.