aaPutPixel

Draw a 1x1 rectangle at fractional coordinates. Affects up to 4 pixels in the image.

  1. template aaPutPixel(bool CHECKED = true, bool USE_ALPHA = true)
  2. void aaPutPixel(V v, F x, F y, COLOR color)
    void
    aaPutPixel
    (
    bool CHECKED = true
    F : float
    V
    COLOR
    )
    (
    auto ref V v
    ,
    F x
    ,
    F y
    ,
    COLOR color
    )
    if (
    is(COLOR : ViewColor!V)
    )

Meta