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

Class CKSSThree

include/componentlibrary.hpp:816–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814};
815
816struct CKSSThree : app::SvgSwitch {
817 CKSSThree() {
818 shadow->opacity = 0.0;
819 addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThree_0.svg")));
820 addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThree_1.svg")));
821 addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThree_2.svg")));
822 }
823};
824
825struct CKSSThreeHorizontal : app::SvgSwitch {
826 CKSSThreeHorizontal() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected