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

Method print

tests/fl/hsv2rgb_accuracy.cpp:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 void print(const char* function_name) const {
55 FL_WARN(function_name << " Accuracy Statistics:");
56 FL_WARN(" Average: " << average);
57 FL_WARN(" Median: " << median);
58 FL_WARN(" Min: " << min);
59 FL_WARN(" Max: " << max);
60 FL_WARN(" Samples: " << deviations.size());
61 FL_WARN("");
62 }
63};
64
65// Calculate euclidean distance between two RGB colors

Callers 1

FL_TEST_FILEFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected