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

◆ setScale()

void fl::XYPathRenderer::setScale ( float scale)

Definition at line 124 of file xypath.cpp.

124 {
125 // mTransform.scale_x = scale;
126 // mTransform.scale_y = scale;
127 mTransform.set_scale(scale);
129}
TransformFloat mTransform
void onTransformFloatChanged()
Definition xypath.cpp:118
uint16_t scale
Definition funky.cpp:83

References mTransform, onTransformFloatChanged(), and scale.

+ Here is the call graph for this function: