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

Method subtract

src/fl/fx/2d/animartrix_detail/engine.h:111–111  ·  view source on GitHub ↗

Color blend wrappers

Source from the content-addressed store, hash-verified

109
110 // Color blend wrappers
111 float subtract(float &x, float &y) { return fl::subtract(x, y); }
112 float multiply(float &x, float &y) { return fl::multiply(x, y); }
113 float add(float &x, float &y) { return fl::add(x, y); }
114 float screen(float &x, float &y) { return fl::screen(x, y); }

Callers 1

drawMethod · 0.80

Calls 1

subtractFunction · 0.85

Tested by

no test coverage detected