vline

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

Meta