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

Method LargeSimpleLight

include/componentlibrary.hpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186template <typename TBase = GrayModuleLightWidget>
187struct LargeSimpleLight : TBase {
188 LargeSimpleLight() {
189 this->box.size = mm2px(math::Vec(5, 5));
190 }
191};
192
193/** Based on the size of 3mm LEDs */

Callers

nothing calls this directly

Calls 2

mm2pxFunction · 0.85
VecClass · 0.85

Tested by

no test coverage detected