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

◆ at_brightness()

xy_brightness fl::XYPath::at_brightness ( float alpha)
inline

Definition at line 114 of file xypath.h.

114 {
115 vec2f p = at(alpha);
116 return xy_brightness(p, 0xff); // Full brightness for now.
117 }
fl::pair< vec2f, uint8_t > xy_brightness
Definition xypath.h:88
vec2f at(float alpha)
Definition xypath.cpp:54
vec2< float > vec2f
Definition geometry.h:151
static FASTLED_NAMESPACE_BEGIN uint8_t const p[]
Definition noise.cpp:30

References at(), and p.

+ Here is the call graph for this function: