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

◆ qfx() [2/2]

template<class T, int F, int I>
qfx< T, F, I >::qfx ( uint8_t _i,
uint8_t _f )
inline

Constructor, storing a fractional int directly.

Definition at line 23 of file qfx.h.

23{i=_i; f=_f; }
T i
Integer value of number.
Definition qfx.h:17
T f
Fractional value of number.
Definition qfx.h:18
Template class for representing fractional ints.
Definition qfx.h:16