MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / paint

Method paint

Source/PluginEditor.cpp:271–275  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

269
270//==============================================================================
271void GRainbowAudioProcessorEditor::paint(juce::Graphics& g) {
272 // Set gradient
273 g.setColour(Utils::Colour::BACKGROUND);
274 g.fillRect(getLocalBounds());
275}
276
277/**
278 @brief Draw note display (the small section between the keyboard and arc spectrogram)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected