aaLine

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void aaLine(V v, float x1, float y1, float x2, float y2, COLOR color)
    nothrow @nogc
    void
    aaLine
    (
    bool CHECKED = true
    V
    COLOR
    )
    (
    auto ref V v
    ,
    float x1
    ,
    float y1
    ,
    float x2
    ,
    float y2
    ,
    COLOR color
    )
    if (
    is(COLOR : ViewColor!V)
    )
  2. void aaLine(V v, float x1, float y1, float x2, float y2, COLOR color, frac alpha)

Meta