softRing

Draw a circle using a smooth interpolated line.

  1. void softRing(V v, T x, T y, T r0, T r1, T r2, COLOR color)
    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)
    )
  2. void softCircle(V v, T x, T y, T r1, T r2, COLOR color)

Meta