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

◆ ChannelConfigOf() [2/2]

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

Named-channel constructor.

Definition at line 311 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
fl::optional< fl::string > mName
Optional user-specified name. If unset, Channel auto-generates one.
Definition config.h:351
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, mName, options, fl::RGB, and rgb_order.