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

Method setFade

src/fl/fx/video.cpp.hpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void Video::setFade(fl::u32 fadeInTime, fl::u32 fadeOutTime) {
27 mImpl->setFade(fadeInTime, fadeOutTime);
28}
29
30void Video::pause(fl::u32 now) { mImpl->pause(now); }
31

Callers 2

addFxMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected