MCPcopy Create free account
hub / github.com/DISTRHO/DPF / fillColor

Method fillColor

dgl/src/NanoVG.cpp:482–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482void NanoVG::fillColor(const Color& color)
483{
484 if (fContext != nullptr)
485 nvgFillColor(fContext, color);
486}
487
488void NanoVG::fillColor(const int red, const int green, const int blue, const int alpha)
489{

Callers 1

onDisplayMethod · 0.80

Calls 3

nvgFillColorFunction · 0.85
nvgRGBAFunction · 0.85
nvgRGBAfFunction · 0.85

Tested by

no test coverage detected