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

Method value

src/fl/ui/slider.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 UISlider(const char *name, float value = 128.0f, float min = 1,
69 float max = 255, float step = -1.f) FL_NOEXCEPT;
70 float value() const FL_NOEXCEPT { return mImpl.value(); }
71 float value_normalized() const FL_NOEXCEPT {
72 float min = mImpl.getMin();
73 float max = mImpl.getMax();

Callers 6

UISliderClass · 0.45
as_intMethod · 0.45
onBeginFrameMethod · 0.45
onBeginFrameMethod · 0.45
setValueMethod · 0.45
onBeginFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected