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

◆ empty()

const pair_xy_float & fl::ScreenMap::empty ( )
staticprivate

Definition at line 199 of file screenmap.cpp.

199 {
200 static const pair_xy_float s_empty = pair_xy_float(0, 0);
201 return s_empty;
202}
pair_xy< float > pair_xy_float
Definition lut.h:24

Referenced by operator[](), and operator[]().

+ Here is the caller graph for this function: