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

◆ Blend2d()

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

Definition at line 18 of file blend.cpp.hpp.

18 : Fx2d(xymap) {
19 // Warning, the xyMap will be the final transrformation applied to the
20 // frame. If the delegate Fx2d layers have their own transformation then
21 // both will be applied.
24}
XYMap xymap
fl::shared_ptr< Frame > mFrameTransform
Definition blend.h:59
fl::shared_ptr< Frame > mFrame
Definition blend.h:58
XYMap mXyMap
Definition fx2d.h:30
Fx2d(const XYMap &xyMap)
Definition fx2d.h:19
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

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

+ Here is the call graph for this function: