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

Function xy_equal

src/fl/gfx/rgbww.cpp.hpp:194–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192};
193
194inline bool xy_equal(const float a[2], const float b[2]) FL_NOEXCEPT {
195 return a[0] == b[0] && a[1] == b[1];
196}
197
198inline float compute_eta_from_input(const colorimetric_detail::RgbcctProfile& profile,
199 float s_r, float s_g, float s_b) FL_NOEXCEPT {

Callers 1

compute_eta_from_inputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected