Bitmap.readPixel

Returns the pixel at the given position.

  1. T readPixel(int x, int y)
    class Bitmap(string S, T)
    @nogc public @safe pure
    static if(S != "HB" && S != "QB" && S != "b")
    T
    readPixel
    (
    int x
    ,
    int y
    )
  2. T readPixel(int x, int y)
  3. bool readPixel(int x, int y)

Meta