softRing

Draw a circle using a smooth interpolated line.

void
softRing
(
T
V
COLOR
)
(
auto ref V v
,
T x
,
T y
,
T r0
,
T r1
,
T r2
,
COLOR color
)
if (
isNumeric!T
&&
is(COLOR : ViewColor!V)
)

Meta