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

◆ ChannelConfig() [8/8]

fl::ChannelConfig::ChannelConfig ( ChannelConfig && other)

Definition at line 54 of file config.cpp.hpp.

55 : chipset(fl::move(other.chipset))
56 , mLeds(other.mLeds)
57 , rgb_order(other.rgb_order)
58 , options(fl::move(other.options))
59 , mScreenMap(fl::move(other.mScreenMap))
60 , mName(fl::move(other.mName)) {}
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28
fl::optional< fl::string > mName
Optional user-specified name (if not set, Channel generates one automatically)
Definition config.h:279
fl::ScreenMap mScreenMap
Screen mapping.
Definition config.h:276
ChannelOptions options
Optional channel settings (correction, temperature, dither, rgbw, affinity)
Definition config.h:273
fl::span< CRGB > mLeds
LED data array.
Definition config.h:267
ChipsetVariant chipset
Chipset configuration (clockless or SPI)
Definition config.h:264
EOrder rgb_order
RGB channel ordering.
Definition config.h:270

References ChannelConfig(), chipset, mLeds, mName, fl::move(), mScreenMap, options, and rgb_order.

+ Here is the call graph for this function: