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

Method TinyLight

include/componentlibrary.hpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178template <typename TBase>
179struct TinyLight : TSvgLight<TBase> {
180 TinyLight() {
181 this->setSvg(Svg::load(asset::system("res/ComponentLibrary/TinyLight.svg")));
182 }
183};
184
185/** Based on the size of 5mm LEDs */

Callers

nothing calls this directly

Calls 3

loadFunction · 0.85
systemFunction · 0.85
setSvgMethod · 0.45

Tested by

no test coverage detected