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

Method LargeLight

include/componentlibrary.hpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154template <typename TBase>
155struct LargeLight : TSvgLight<TBase> {
156 LargeLight() {
157 this->setSvg(Svg::load(asset::system("res/ComponentLibrary/LargeLight.svg")));
158 }
159};
160
161/** Based on the size of 3mm LEDs */

Callers

nothing calls this directly

Calls 3

loadFunction · 0.85
systemFunction · 0.85
setSvgMethod · 0.45

Tested by

no test coverage detected