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

◆ operator=() [3/6]

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

Definition at line 240 of file strstream.h.

240 {
241 mStr.clear();
242 (*this) << rgb;
243 return *this;
244 }

References StrStream(), and mStr.

+ Here is the call graph for this function: