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

Method TRedGreenBlueLight

include/componentlibrary.hpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143template <typename TBase = GrayModuleLightWidget>
144struct TRedGreenBlueLight : TBase {
145 TRedGreenBlueLight() {
146 this->addBaseColor(SCHEME_RED);
147 this->addBaseColor(SCHEME_GREEN);
148 this->addBaseColor(SCHEME_BLUE);
149 }
150};
151using RedGreenBlueLight = TRedGreenBlueLight<>;
152

Callers

nothing calls this directly

Calls 1

addBaseColorMethod · 0.80

Tested by

no test coverage detected