Surface.putPixelAt

Put a new pixel at the given coordinates.

  1. void putPixelAt(Vector2s pos, uint pixel)
    struct Surface
    void
    putPixelAt
    (
    ref const Vector2s pos
    ,
    uint pixel
    )
  2. void putPixelAt(ushort x, ushort y, uint pixel)

Meta