MCPcopy Create free account
hub / github.com/FastLED/FastLED / toString

Method toString

src/crgb.cpp.hpp:17–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17fl::string CRGB::toString() const {
18 fl::string out;
19 out.append("CRGB(");
20 out.append(fl::i16(r));
21 out.append(",");
22 out.append(fl::i16(g));
23 out.append(",");
24 out.append(fl::i16(b));
25 out.append(")");
26 return out;
27}
28
29CRGB CRGB::computeAdjustment(fl::u8 scale, const CRGB &colorCorrection,
30 const CRGB &colorTemperature) {

Callers 8

formatTimeMethod · 0.80
generateRecordingIdMethod · 0.80
zeroPadFunction · 0.80
executeProgramFunction · 0.80
FL_TEST_FILEFunction · 0.80
blend.hppFile · 0.80
FL_TEST_FILEFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected