MCPcopy Create free account
hub / github.com/FastLED/FastLED / ScreenMap

Method ScreenMap

src/fl/math/screenmap.cpp.hpp:30–30  ·  view source on GitHub ↗

Default constructor and destructor - must be in .cpp for proper smart_ptr handling

Source from the content-addressed store, hash-verified

28
29// Default constructor and destructor - must be in .cpp for proper smart_ptr handling
30ScreenMap::ScreenMap() = default;
31ScreenMap::~ScreenMap() FL_NOEXCEPT = default;
32
33// Helper function to extract a vector of floats from a JSON array

Callers

nothing calls this directly

Calls 4

getDataMutableMethod · 0.80
swapFunction · 0.50
getMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected