MCPcopy Create free account
hub / github.com/VCVRack/Rack / draw

Method draw

src/app/CableWidget.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20struct TintWidget : widget::Widget {
21 NVGcolor color = color::WHITE;
22 void draw(const DrawArgs& args) override {
23 nvgTint(args.vg, color);
24 Widget::draw(args);
25 }
26};
27
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected