hline

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

Meta