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

Method multiply

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

Source from the content-addressed store, hash-verified

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); }
115 float colordodge(float &x, float &y) { return fl::colordodge(x, y); }

Callers 1

drawMethod · 0.45

Calls 1

multiplyFunction · 0.85

Tested by

no test coverage detected