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);
35 return Transform16::ToBounds(min, max);
36 }
static Transform16 ToBounds(alpha16 max_value)

References Transform16(), and ToBounds().

+ Here is the call graph for this function: