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

◆ drawDisc()

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

Definition at line 719 of file primitives.h.

721 {
723 detail::drawDiscCore<PixelT, Coord, true>(canvas, color, cx, cy, r);
724 else
725 detail::drawDiscCore<PixelT, Coord, false>(canvas, color, cx, cy, r);
726}
void drawDiscCore(Canvas< PixelT > &canvas, const PixelT &color, Coord cx, Coord cy, Coord r)
Definition primitives.h:656
@ DRAW_MODE_OVERWRITE
Definition draw_mode.h:5

References fl::DRAW_MODE_OVERWRITE, and fl::gfx::detail::drawDiscCore().

Referenced by fl::gfx::Canvas< RGB_T >::drawDisc().

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