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

◆ reset()

XYRasterU8Sparse & fl::XYRasterU8Sparse::reset ( )
inline

Definition at line 46 of file raster_sparse.h.

46 {
47 mSparseGrid.clear();
48 mCache.clear();
49 return *this;
50 }
HashMap< vec2< int >, uint8_t *, FastHashKey, EqualToKey, kMaxCacheSize > mCache
HashMapLarge mSparseGrid

References XYRasterU8Sparse(), mCache, and mSparseGrid.

Referenced by clear().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: