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

◆ operator<<() [3/14]

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

Definition at line 52 of file strstream.h.

52 {
53 mStr.append(rgb);
54 return *this;
55 }

References StrStream(), and mStr.

+ Here is the call graph for this function: