Bitmap.readPixel

Returns the pixel at the given position.

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

Meta