Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
void Video::setFade(fl::u32 fadeInTime, fl::u32 fadeOutTime) {
27
mImpl->setFade(fadeInTime, fadeOutTime);
28
}
29
30
void Video::pause(fl::u32 now) { mImpl->pause(now); }
31
Callers
2
addFx
Method · 0.45
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected