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

◆ drawDisc()

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

Definition at line 108 of file canvas.h.

109 {
110 gfx::drawDisc(*this, color, cx, cy, r, mode);
111 }
void drawDisc(Canvas< PixelT > &canvas, const PixelT &color, Coord cx, Coord cy, Coord r, fl::DrawMode mode=fl::DrawMode::DRAW_MODE_BLEND) FL_NOEXCEPT
Definition primitives.h:719
Simple rectangular canvas for graphics operations Combines a pixel buffer with dimensions for cache-o...
Definition canvas.h:66

References fl::DRAW_MODE_BLEND, fl::gfx::drawDisc(), and FL_NOEXCEPT.

+ Here is the call graph for this function: