|
FastLED 3.9.15
|
Struct representing gap parameters for corkscrew mapping.
Definition at line 64 of file corkscrew.h.
#include <corkscrew.h>
Public Member Functions | |
| Gap () FL_NOEXCEPT=default | |
| Gap (const Gap &other) FL_NOEXCEPT=default | |
| Gap (float g) | |
| Gap (Gap &&other) FL_NOEXCEPT=default | |
| Gap (int n, float g) | |
| Gap & | operator= (const Gap &other)=default |
| Gap & | operator= (Gap &&other) FL_NOEXCEPT=default |
Public Attributes | |
| float | gap = 0.0f |
| int | num_leds = 0 |