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

Method getMin

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

Source from the content-addressed store, hash-verified

78 }
79 float getMax() const FL_NOEXCEPT { return mImpl.getMax(); }
80 float getMin() const FL_NOEXCEPT { return mImpl.getMin(); }
81 void setValue(float value) FL_NOEXCEPT;
82 operator float() const FL_NOEXCEPT { return mImpl.value(); }
83 operator u8() const FL_NOEXCEPT { return static_cast<u8>(mImpl.value()); }

Callers 2

value_normalizedMethod · 0.45
geometry.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected