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}
UISlider scale("Scale", 1.0f, 0.0f, 1.0f, 0.01f)
TransformFloat mTransform
void onTransformFloatChanged()
Definition xypath.cpp:118

References mTransform, onTransformFloatChanged(), and scale.

+ Here is the call graph for this function: