Surface.getColorAt

Returns the color on the given position.

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

Meta