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

◆ operator*()

vec2f fl::Corkscrew::iterator::operator* ( ) const

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

452 {
453 return mCorkscrew->at_no_wrap(static_cast<fl::u16>(mPosition));
454}
const Corkscrew * mCorkscrew
Definition corkscrew.h:137

References mCorkscrew, and mPosition.