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

Method has

src/fl/gfx/gfx.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 FASTLED_FORCE_INLINE RGB_T& at(int x, int y) { return mImpl.at(x, y); }
60 FASTLED_FORCE_INLINE const RGB_T& at(int x, int y) const { return mImpl.at(x, y); }
61 FASTLED_FORCE_INLINE bool has(int x, int y) const { return mImpl.has(x, y); }
62
63 template<int hRadius, int vRadius>
64 FASTLED_FORCE_INLINE void blurGaussian(alpha8 dimFactor) {

Callers 5

drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
leds.cpp.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected