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

Method Rogan2PRed

include/componentlibrary.hpp:534–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532
533struct Rogan2PRed : Rogan {
534 Rogan2PRed() {
535 setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PRed.svg")));
536 bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2P_bg.svg")));
537 fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PRed_fg.svg")));
538 }
539};
540
541struct Rogan2PGreen : Rogan {

Callers

nothing calls this directly

Calls 3

loadFunction · 0.85
systemFunction · 0.85
setSvgMethod · 0.45

Tested by

no test coverage detected