|
FastLED 3.9.15
|
#include <u0x32.h>
Classes | |
| struct | RawTag |
Static Public Member Functions | |
| static constexpr FASTLED_FORCE_INLINE u0x32 | clamp (u0x32 val, u0x32 low, u0x32 high) FL_NOEXCEPT |
| static constexpr FASTLED_FORCE_INLINE u0x32 | from_raw (u32 raw) FL_NOEXCEPT |
| static constexpr FASTLED_FORCE_INLINE u0x32 | max (u0x32 a, u0x32 b) FL_NOEXCEPT |
| static constexpr FASTLED_FORCE_INLINE u0x32 | min (u0x32 a, u0x32 b) FL_NOEXCEPT |
Static Public Attributes | |
| static constexpr int | FRAC_BITS = 32 |
| static constexpr int | INT_BITS = 0 |
Private Attributes | |
| u32 | mValue = 0 |
Friends | |
| constexpr u0x32 | operator* (u32 scalar, u0x32 a) FL_NOEXCEPT |