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

Method as_int

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

Source from the content-addressed store, hash-verified

134}
135
136int JsonSliderImpl::as_int() const FL_NOEXCEPT { return static_cast<int>(mInternal->value()); }
137
138JsonSliderImpl &JsonSliderImpl::operator=(float value) FL_NOEXCEPT {
139 setValue(value);

Callers 1

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected