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

◆ colorburn()

float animartrix_detail::ANIMartRIX::colorburn ( float & a,
float & b )
inline

Definition at line 222 of file animartrix_detail.hpp.

222 {
223
224 return (1 - ((1 - a / 255.f) / (b / 255.f))) * 255.f;
225 }

References a, and b.