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

◆ NullValue()

template<typename T>
static T & fl::Grid< T >::NullValue ( )
inlinestaticprivate

Definition at line 70 of file grid.h.

70 {
71 static T gNull;
72 return gNull;
73 }

Referenced by access(), and access().

+ Here is the caller graph for this function: