# File lib/gd2/image.rb, line 304
    def get_pixel(x, y)
      SYM[:gdImageGetPixel].call(@image_ptr, x, y).at(0)
    end