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

Method screen

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

Source from the content-addressed store, hash-verified

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

Callers 9

drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80

Calls 1

screenFunction · 0.85

Tested by

no test coverage detected