Surface.getPixelAt

Returns the pixel at the given coordinates.

  1. int getPixelAt(int x, int y)
  2. int getPixelAt(const Vector2i pos)
    struct Surface
    @nogc
    int
    getPixelAt
    const nothrow
    (
    const Vector2i pos
    )

Meta