|
FastLED 3.9.15
|
|
inline |
============================================================================
Graphics operations work on rectangular Canvas objects with direct row-major indexing. All drawing functions use row-major indexing for cache-optimal performance.
Wu antialiased line drawing
| canvas | Canvas with pixel buffer and dimensions |
| x0,y0,x1,y1 | Line start and end coordinates (any arithmetic type) |
| color | Pixel color |
Definition at line 643 of file primitives.h.
References fl::DRAW_MODE_OVERWRITE, and fl::gfx::detail::drawLineCore().
Referenced by fl::gfx::Canvas< RGB_T >::drawLine().
Here is the call graph for this function:
Here is the caller graph for this function: