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

◆ Corkscrew() [1/4]

fl::Corkscrew::Corkscrew ( float totalTurns,
fl::u16 numLeds,
bool invert = false,
const Gap & gapParams = Gap() )

Definition at line 81 of file corkscrew.cpp.hpp.

82 : mTotalTurns(totalTurns), mNumLeds(numLeds), mGapParams(gapParams), mInvert(invert) {
83 fl::calculateDimensions(mTotalTurns, mNumLeds, mGapParams, &mWidth, &mHeight);
84 mOwnsPixels = false;
85}
fl::u16 mWidth
Definition corkscrew.h:228
fl::u16 mNumLeds
Definition corkscrew.h:223
float mTotalTurns
Definition corkscrew.h:222
fl::u16 mHeight
Definition corkscrew.h:229

References mGapParams, mHeight, mInvert, mNumLeds, mOwnsPixels, mTotalTurns, and mWidth.

Referenced by Corkscrew(), Corkscrew(), fl::Corkscrew::iterator::iterator(), and readFromMulti().

+ Here is the caller graph for this function: