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

◆ set_scale()

void fl::TransformFloatImpl::set_scale ( float scale)

Definition at line 137 of file transform.cpp.

137 {
138 scale_x = scale;
139 scale_y = scale;
140}

References scale(), scale_x, and scale_y.

+ Here is the call graph for this function: