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

◆ From()

static Transform16 fl::Transform16::From ( u16 width,
u16 height )
inlinestatic

Definition at line 32 of file transform.h.

32 {
33 vec2<alpha16> min = vec2<alpha16>(0, 0);
34 vec2<alpha16> max = vec2<alpha16>(width, height);
36 }
FL_DISABLE_WARNING_PUSH U constexpr common_type_t< T, U > min(T a, U b) FL_NOEXCEPT
Definition math.h:71
constexpr common_type_t< T, U > max(T a, U b) FL_NOEXCEPT
Definition math.h:75
u8 u8 height
Definition blur.h:186
u8 width
Definition blur.h:186
static Transform16 ToBounds(alpha16 max_value)

References Transform16(), fl::height, fl::max(), fl::min(), ToBounds(), and fl::width.

+ Here is the call graph for this function: