FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator int()

fl::UICheckbox::operator int ( ) const
inline

Definition at line 115 of file ui.h.

115{ return mValue ? 1 : 0; }
bool mValue
Definition ui.h:127

References mValue.