==============================================================================
| 269 | |
| 270 | //============================================================================== |
| 271 | void 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) |
nothing calls this directly
no outgoing calls
no test coverage detected