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

◆ RosePath() [2/2]

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

Definition at line 106 of file xypath_impls.cpp.

106 {
108 params().n = n;
109 params().d = d;
110}
fl::shared_ptr< RosePathParams > mParams
RosePathParams & params()
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

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

+ Here is the call graph for this function: