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

◆ colordodge()

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

Definition at line 159 of file engine_core.h.

159{ return (a / (255.f - b)) * 255.f; }

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

+ Here is the caller graph for this function: