MCPcopy Create free account
hub / github.com/FastLED/FastLED / setGroup

Method setGroup

src/platforms/shared/ui/json/slider.cpp.hpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void JsonSliderImpl::setGroup(const fl::string &groupName) FL_NOEXCEPT {
133 mInternal->setGroup(groupName);
134}
135
136int JsonSliderImpl::as_int() const FL_NOEXCEPT { return static_cast<int>(mInternal->value()); }
137

Callers 1

slider.cpp.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected