template<template< size_t, size_t, bool, bool > class T, size_t W, size_t H, bool GRAYSCALE, bool USE_SPAN>
class constixel::shapes::circle< T, W, H, GRAYSCALE, USE_SPAN >
Fluent API for drawing circles.
Provides a chainable interface for drawing filled and stroked circles.
template<template< size_t, size_t, bool, bool > class T, size_t W, size_t H, bool GRAYSCALE, bool USE_SPAN>
Construct a circle shape.
- Parameters
-
image | Target image to draw on |
cx_ | X coordinate of center |
cy_ | Y coordinate of center |
r_ | Radius of circle |
template<template< size_t, size_t, bool, bool > class T, size_t W, size_t H, bool GRAYSCALE, bool USE_SPAN>
Fill the circle with a solid color.
- Parameters
-
- Returns
- Reference to this circle for chaining