MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / init

Method init

lib/FadeEffects/src/FadeMoveX.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 *****************************************************************************/
61
62void FadeMoveX::init()
63{
64 m_state = FADE_STATE_INIT;
65}
66
67bool FadeMoveX::fadeIn(YAGfx& gfx, YAGfxBitmap& prev, YAGfxBitmap& next)
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected