MCPcopy Create free account
hub / github.com/audacity/audacity / MakeMacRecoloredImage

Method MakeMacRecoloredImage

src/toolbars/ToolBar.cpp:788–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786}
787
788void ToolBar::MakeMacRecoloredImage( teBmps eBmpOut, teBmps eBmpIn )
789{
790 theTheme.ReplaceImage( eBmpOut, &theTheme.Image( eBmpIn ));
791}
792
793void ToolBar::MakeMacRecoloredImageSize(teBmps eBmpOut, teBmps eBmpIn, const wxSize& size)
794{

Callers

nothing calls this directly

Calls 1

ReplaceImageMethod · 0.80

Tested by

no test coverage detected