MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / UseAlphaAsMaskChanged

Method UseAlphaAsMaskChanged

plugins/video/macro-condition-video.cpp:1588–1595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1586}
1587
1588void MacroConditionVideoEdit::UseAlphaAsMaskChanged(int value)
1589{
1590 GUARD_LOADING_AND_LOCK();
1591 _entryData->_patternMatchParameters.useAlphaAsMask = value;
1592 _entryData->LoadImageFromFile();
1593 _previewDialog.PatternMatchParametersChanged(
1594 _entryData->_patternMatchParameters);
1595}
1596
1597void MacroConditionVideoEdit::PatternMatchModeChanged(int idx)
1598{

Callers

nothing calls this directly

Calls 2

LoadImageFromFileMethod · 0.80

Tested by

no test coverage detected