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

◆ Blend2d()

fl::Blend2d::Blend2d ( const XYMap & xymap)

Definition at line 15 of file blend.cpp.

15 : Fx2d(xymap) {
16 // Warning, the xyMap will be the final transrformation applied to the
17 // frame. If the delegate Fx2d layers have their own transformation then
18 // both will be applied.
19 mFrame = FramePtr::New(mXyMap.getTotal());
20 mFrameTransform = FramePtr::New(mXyMap.getTotal());
21}
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
FramePtr mFrame
Definition blend.h:58
FramePtr mFrameTransform
Definition blend.h:59
XYMap mXyMap
Definition fx2d.h:29
Fx2d(const XYMap &xyMap)
Definition fx2d.h:19

References fl::Fx2d::Fx2d(), mFrame, mFrameTransform, fl::Fx2d::mXyMap, and xymap.

+ Here is the call graph for this function: