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

◆ operator=() [3/6]

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

Definition at line 164 of file strstream.h.

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

References StrStream(), and mStr.

+ Here is the call graph for this function: