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

◆ operator int()

fl::UICheckboxImpl::operator int ( ) const
inlineexplicit

Definition at line 123 of file ui_impl.h.

123{ return mValue ? 1 : 0; }

References mValue.