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

◆ CorkscrewInput() [2/2]

fl::CorkscrewInput::CorkscrewInput ( float height,
float total_angle,
float offset = 0,
uint16_t leds = 144,
bool invertMapping = false )
inline

Definition at line 56 of file corkscrew.h.

58 : totalHeight(height), totalAngle(total_angle),
59 offsetCircumference(offset), numLeds(leds), invert(invertMapping) {}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
UISlider offset("Offset", 0.0f, 0.0f, 1.0f, 0.01f)
float offsetCircumference
Definition corkscrew.h:52

References invert, leds, numLeds, offset(), offsetCircumference, totalAngle, and totalHeight.

+ Here is the call graph for this function: