|
FastLED 3.9.15
|
#include <s0x32.h>
Classes | |
| struct | RawTag |
Static Public Member Functions | |
| static constexpr FASTLED_FORCE_INLINE s0x32 | abs (s0x32 x) FL_NOEXCEPT |
| static constexpr FASTLED_FORCE_INLINE s0x32 | from_raw (i32 raw) FL_NOEXCEPT |
| static constexpr FASTLED_FORCE_INLINE s0x32 | max (s0x32 a, s0x32 b) FL_NOEXCEPT |
| static constexpr FASTLED_FORCE_INLINE s0x32 | min (s0x32 a, s0x32 b) FL_NOEXCEPT |
Static Public Attributes | |
| static constexpr int | FRAC_BITS = 32 |
| static constexpr int | INT_BITS = 0 |
Private Attributes | |
| i32 | mValue = 0 |
Friends | |
| constexpr s0x32 | operator* (i32 scalar, s0x32 a) FL_NOEXCEPT |
| constexpr s16x16 | operator* (s16x16 a, s0x32 b) |