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

◆ operator<<() [3/13]

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

Definition at line 91 of file ostream.h.

91 {
92 string temp;
93 temp.append(rgb);
94 print(temp.c_str());
95 return *this;
96 }
void print(const char *str)
Definition io.cpp:49

References ostream(), fl::string::append(), fl::StrN< SIZE >::c_str(), and fl::print().

+ Here is the call graph for this function: