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

Method VCVBezelLight

include/componentlibrary.hpp:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254template <typename TBase>
255struct VCVBezelLight : TBase {
256 VCVBezelLight() {
257 this->borderColor = color::BLACK_TRANSPARENT;
258 this->bgColor = color::BLACK_TRANSPARENT;
259 this->box.size = math::Vec(17.545, 17.545);
260 }
261};
262template <typename TBase>
263using LEDBezelLight = VCVBezelLight<TBase>;

Callers

nothing calls this directly

Calls 1

VecClass · 0.85

Tested by

no test coverage detected