| 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) { |
no outgoing calls
no test coverage detected