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

Method paint

Source/Components/AdjustPanel.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void AdjustPanel::paint(juce::Graphics& g) {
163 g.setColour(Utils::Colour::PANEL);
164 g.fillRoundedRectangle(getLocalBounds().expanded(0, 20).translated(0, -20).toFloat(), 10);
165}
166
167void AdjustPanel::resized() {
168 auto r = getLocalBounds().reduced(Utils::PADDING, Utils::PADDING);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected