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

Function CreateSysBackground

libraries/lib-theme/ImageManipulation.cpp:287–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287std::unique_ptr<wxImage> CreateSysBackground
288 (int width, int height, int WXUNUSED(offset), wxColour colour)
289{
290 return CreateBackground(width, height, colour);
291}
292
293/// Pastes one image into another including the alpha channel.
294/// Differs from OverlayImage in that:

Callers

nothing calls this directly

Calls 1

CreateBackgroundFunction · 0.85

Tested by

no test coverage detected