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

◆ ScaleUp()

fl::ScaleUp::ScaleUp ( XYMap xymap,
Fx2dPtr fx )

Definition at line 38 of file scale_up.cpp.

38 : Fx2d(xymap), mDelegate(fx) {
39 // Turn off re-mapping of the delegate's XYMap, since bilinearExpand needs
40 // to work in screen coordinates. The final mapping will for this class will
41 // still be performed.
42 mDelegate->getXYMap().setRectangularGrid();
43}
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
Fx2d(const XYMap &xyMap)
Definition fx2d.h:19
Fx2dPtr mDelegate
Definition scale_up.h:57

References fl::Fx2d::Fx2d(), mDelegate, and xymap.

+ Here is the call graph for this function: