Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
template <typename TBase = GrayModuleLightWidget>
187
struct 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
mm2px
Function · 0.85
Vec
Class · 0.85
Tested by
no test coverage detected