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

◆ operator<<() [3/12]

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

Definition at line 59 of file ostream.h.

59 {
60 string temp;
61 temp.append(rgb);
62 print(temp.c_str());
63 return *this;
64 }
void print(const char *str)

References ostream(), fl::string::append(), fl::basic_string::c_str(), FL_NOEXCEPT, and fl::print().

+ Here is the call graph for this function: