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

◆ From()

static Transform16 fl::Transform16::From ( uint16_t width,
uint16_t 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);
35 return Transform16::ToBounds(min, max);
36 }
static Transform16 ToBounds(alpha16 max_value)
Definition transform.cpp:44

References Transform16(), and ToBounds().

+ Here is the call graph for this function: