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

◆ operator=() [3/6]

StrStream & fl::StrStream::operator= ( const CRGB & rgb)
inline

Definition at line 166 of file strstream.h.

166 {
167 mStr.clear();
168 (*this) << rgb;
169 return *this;
170 }

References StrStream(), and mStr.

+ Here is the call graph for this function: