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

Method value

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

Source from the content-addressed store, hash-verified

112}
113
114float JsonSliderImpl::value() const FL_NOEXCEPT { return mInternal->value(); }
115
116float JsonSliderImpl::value_normalized() const FL_NOEXCEPT {
117 return mInternal->value_normalized();

Callers 6

awaitFunction · 0.45
decodeRmtSymbolsFunction · 0.45
RmtRxChannelImplClass · 0.45
tryAllocateTxMethod · 0.45
tryAllocateRxMethod · 0.45
as_intMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected