MCPcopy Create free account
hub / github.com/FastLED/FastLED / drawRing

Method drawRing

src/fl/gfx/gfx.h:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90 template<typename Coord>
91 FASTLED_FORCE_INLINE void drawRing(const RGB_T& color, Coord cx, Coord cy, Coord r, Coord thickness,
92 DrawMode mode = DrawMode::DRAW_MODE_BLEND) {
93 mImpl.drawRing(color, cx, cy, r, thickness, mode);
94 }
95
96 template<typename Coord>
97 FASTLED_FORCE_INLINE void drawStrokeLine(const RGB_T& color, Coord x0, Coord y0, Coord x1, Coord y1,

Callers 3

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected