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

◆ RosePath() [2/2]

fl::RosePath::RosePath ( uint8_t n = 3,
uint8_t d = 1 )

Definition at line 106 of file xypath_impls.cpp.

106 {
108 params().n = n;
109 params().d = d;
110}
RosePathParams & params()
Ptr< RosePathParams > mParams
Ptr< T > NewPtr(Args... args)
Definition ptr.h:451

References fl::RosePathParams::d, mParams, fl::RosePathParams::n, fl::NewPtr(), and params().

+ Here is the call graph for this function: