MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / drawBlackKey

Method drawBlackKey

Lib/Components/Keyboard.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void Keyboard::drawBlackKey(int midiNoteNumber, Graphics& g, Rectangle<float> area)
41{
42 g.setColour(juce::Colours::black);
43 g.fillRect(area);
44 g.setColour(juce::Colours::darkgrey);
45 g.drawRect(area, 0.5);
46}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected