MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / paint

Method paint

Source/Panels/ControlPanel/Graph Components/WidthGraph.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void WidthGraph::paint(juce::Graphics& g)
26{
27 // The paint() function remains unchanged, still extremely simple and fast
28 g.setColour(COLOUR6);
29 g.drawRect(getLocalBounds(), 1);
30 g.drawImage(pointCloudCache, getLocalBounds().toFloat());
31}
32
33void WidthGraph::timerCallback()
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected