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

◆ setScale()

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

Definition at line 125 of file xypath.cpp.

125 {
126 // mTransform.scale_x = scale;
127 // mTransform.scale_y = scale;
128 mTransform.set_scale(scale);
130}
uint16_t scale
Definition Noise.ino:74
TransformFloat mTransform
void onTransformFloatChanged()
Definition xypath.cpp:119

References mTransform, onTransformFloatChanged(), and scale.

+ Here is the call graph for this function: