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

◆ EdgeRange()

fl::EdgeRange::EdgeRange ( size_t offsetParam,
size_t countParam )
inlineconstexpr

Constructor.

Definition at line 61 of file rx.h.

62 : offset(offsetParam), count(countParam) {}
size_t offset
Starting edge index.
Definition rx.h:57
size_t count
Number of edges to extract.
Definition rx.h:58

References FL_NOEXCEPT.