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

◆ reset()

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

Definition at line 50 of file raster_sparse.h.

50 {
51 mSparseGrid.clear();
52 mCache.clear();
53 return *this;
54 }
HashMapLarge mSparseGrid
HashMap< vec2< u16 >, u8 *, FastHashKey, EqualToKey, kMaxCacheSize > mCache

References XYRasterU8Sparse(), mCache, and mSparseGrid.

Referenced by clear().

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