Bitmap.readPixel

Returns the pixel at the given position.

  1. T readPixel(int x, int y)
    class Bitmap(string S, T)
    @nogc
    static if(S != "HB" && S != "QB")
    T
    readPixel
    (
    int x
    ,
    int y
    )
  2. ubyte readPixel(int x, int y)

Meta