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

◆ drawRing()

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

Definition at line 114 of file canvas.h.

115 {
116 gfx::drawRing(*this, color, cx, cy, r, thickness, mode);
117 }
void drawRing(Canvas< PixelT > &canvas, const PixelT &color, Coord cx, Coord cy, Coord r, Coord thickness, fl::DrawMode mode=fl::DrawMode::DRAW_MODE_BLEND) FL_NOEXCEPT
Definition primitives.h:807
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::drawRing(), and FL_NOEXCEPT.

+ Here is the call graph for this function: