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

Method paint

FrequencyShift/Source/SliderContainer.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11SliderContainer::~SliderContainer() = default;
12
13void SliderContainer::paint (Graphics& g)
14{
15 g.fillAll(Colours::white);
16}
17
18void SliderContainer::resized()
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected