|
FastLED 3.9.15
|
Definition at line 228 of file raster_sparse.h.
#include <raster_sparse.h>
Collaboration diagram for fl::XYRasterSparse_RGB8:Public Types | |
| using | const_iterator = fl::unordered_map<vec2<u16>, CRGB>::const_iterator |
| using | iterator = fl::unordered_map<vec2<u16>, CRGB>::iterator |
Static Public Attributes | |
| static const int | kMaxCacheSize = 8 |
Private Types | |
| using | EqualToKey = EqualTo<Key> |
| using | FastHashKey = FastHash<Key> |
| using | HashKey = Hash<Key> |
| using | HashMapLarge |
| using | Key = vec2<u16> |
| using | Value = CRGB |
Private Attributes | |
| fl::rect< u16 > | mAbsoluteBounds |
| bool | mAbsoluteBoundsSet = false |
| unordered_map< vec2< u16 >, CRGB *, FastHashKey, EqualToKey, kMaxCacheSize > | mCache |
| HashMapLarge | mSparseGrid |