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