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

Meta