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)
  2. void aaLine(V v, float x1, float y1, float x2, float y2, COLOR color, frac alpha)
    nothrow @nogc
    void
    aaLine
    (
    bool CHECKED = true
    V
    COLOR
    frac
    )
    (
    auto ref V v
    ,
    float x1
    ,
    float y1
    ,
    float x2
    ,
    float y2
    ,
    COLOR color
    ,
    frac alpha
    )
    if (
    is(COLOR : ViewColor!V)
    )

Meta