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

◆ writeMax()

void fl::PerlinParticlePunch::writeMax ( CRGB & dst,
const CRGB & src )
staticprivate

Definition at line 280 of file perlin_particle_punch.cpp.hpp.

280 {
281 if (src.r > dst.r)
282 dst.r = src.r;
283 if (src.g > dst.g)
284 dst.g = src.g;
285 if (src.b > dst.b)
286 dst.b = src.b;
287}

Referenced by renderAmbient(), renderDebris(), and renderMeteor().

+ Here is the caller graph for this function: