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

◆ drawRing()

template<typename RGB_T>
template<typename Coord>
FASTLED_FORCE_INLINE void fl::Canvas< RGB_T >::drawRing ( const RGB_T & color,
Coord cx,
Coord cy,
Coord r,
Coord thickness,
DrawMode mode = DrawMode::DRAW_MODE_BLEND )
inline

Definition at line 91 of file gfx.h.

92 {
93 mImpl.drawRing(color, cx, cy, r, thickness, mode);
94 }
gfx::Canvas< RGB_T > mImpl
Definition gfx.h:52
Generic canvas for any pixel type (e.g.
Definition gfx.h:51

References fl::DRAW_MODE_BLEND, FASTLED_FORCE_INLINE, and mImpl.