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

◆ setScale()

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

Definition at line 112 of file xypath.cpp.

112 {
113 // mTransform.scale_x = scale;
114 // mTransform.scale_y = scale;
115 mTransform.set_scale(scale);
117}
UISlider scale("Scale", 1.0f, 0.0f, 1.0f, 0.01f)
TransformFloat mTransform
void onTransformFloatChanged()
Definition xypath.cpp:106

References mTransform, onTransformFloatChanged(), and scale.

+ Here is the call graph for this function: