FastLED 3.9.3
|
Template class for representing fractional ints.
T | underlying type for data storage |
F | number of fractional bits |
I | number of integer bits |
#include <qfx.h>
Public Member Functions | |
qfx (float fx) | |
Constructor, storing a float as a fractional int. | |
qfx (uint8_t _i, uint8_t _f) | |
Constructor, storing a fractional int directly. | |
uint32_t | operator* (uint32_t v) |
Multiply the fractional int by a value. | |
uint16_t | operator* (uint16_t v) |
Multiply the fractional int by a value. | |
int32_t | operator* (int32_t v) |
Multiply the fractional int by a value. | |
int16_t | operator* (int16_t v) |
Multiply the fractional int by a value. | |