Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
int JsonSliderImpl::as_int() const FL_NOEXCEPT { return static_cast<int>(mInternal->value()); }
137
138
JsonSliderImpl &JsonSliderImpl::operator=(float value) FL_NOEXCEPT {
139
setValue(value);
Callers
1
updateComponentMapping
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected