MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / paint

Method paint

shared/SpectralAudioPluginUi.cpp:78–81  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

76
77//==============================================================================
78void SpectralAudioPluginUi::paint (Graphics& g)
79{
80 g.fillAll(Colours::white);
81}
82
83void SpectralAudioPluginUi::resized()
84{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected