Bitmap.readPixel

Returns the pixel at the given position.

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

Meta