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

◆ append() [10/39]

string & fl::string::append ( const CRGB & c)

Definition at line 315 of file string.cpp.hpp.

315 {
316 append("CRGB(");
317 append(rgb.r);
318 append(",");
319 append(rgb.g);
320 append(",");
321 append(rgb.b);
322 append(")");
323 return *this;
324}
string & append(const bitset_fixed< N > &bs) FL_NOEXCEPT
Definition string.h:284

References append().

+ Here is the call graph for this function: