aaPutPixel

Undocumented in source.
  1. void aaPutPixel(V v, F x, F y, COLOR color, frac alpha)
    template aaPutPixel(bool CHECKED = true, bool USE_ALPHA = true)
    nothrow @nogc
    void
    aaPutPixel
    (
    F : float
    V
    COLOR
    frac
    )
    (
    auto ref V v
    ,
    F x
    ,
    F y
    ,
    COLOR color
    ,
    frac alpha
    )
    if (
    is(COLOR : ViewColor!V)
    )
  2. void aaPutPixel(V v, F x, F y, COLOR color)

Members

Functions

aaPutPixel
void aaPutPixel(V v, F x, F y, COLOR color, frac alpha)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta