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

◆ at_brightness()

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

Definition at line 115 of file xypath.h.

115 {
116 vec2f p = at(alpha);
117 return xy_brightness(p, 0xff); // Full brightness for now.
118 }
vec2f at(float alpha)
fl::pair< vec2f, u8 > xy_brightness
Definition xypath.h:89
vec2< float > vec2f
Definition geometry.h:333

References at(), and at_brightness().

Referenced by at_brightness().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: