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

◆ drawDisc()

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

Definition at line 85 of file gfx.h.

86 {
87 mImpl.drawDisc(color, cx, cy, r, mode);
88 }
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.

Referenced by loop().

+ Here is the caller graph for this function: