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

Method paint

Source/Components/MasterPanel.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void MasterPanel::paint(juce::Graphics& g) {
155 // Panel rectangle
156 g.setColour(Utils::Colour::PANEL);
157 g.fillRoundedRectangle(getLocalBounds().toFloat(), 10);
158}
159
160void MasterPanel::resized() {
161 auto r = getLocalBounds().reduced(Utils::PADDING);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected