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

◆ appendCRGB()

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

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

326 {
327 append("CRGB(");
328 append(rgb.r);
329 append(",");
330 append(rgb.g);
331 append(",");
332 append(rgb.b);
333 append(")");
334 return *this;
335}
string & append(const bitset_fixed< N > &bs) FL_NOEXCEPT
Definition string.h:284

References append().

+ Here is the call graph for this function: