FastLED 3.9.15
Loading...
Searching...
No Matches

◆ screen()

float fl::screen ( float & a,
float & b )
inline

Definition at line 155 of file engine_core.h.

155 {
156 return (1 - (1 - a / 255.f) * (1 - b / 255.f)) * 255.f;
157}

Referenced by fl::Engine::screen().

+ Here is the caller graph for this function: