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

◆ operator++() [2/2]

alpha8 fl::alpha8::operator++ ( int )
inline

Definition at line 69 of file alpha.h.

69{ alpha8 t = *this; ++value; return t; }
unsigned char value
Definition alpha.h:43
constexpr alpha8() FL_NOEXCEPT
Definition alpha.h:45

References alpha8(), FL_NOEXCEPT, fl::t, and value.

+ Here is the call graph for this function: