# File lib/png.rb, line 501
    def point(x, y, color)
      self[x,y] = self[x,y].blend(color)
    end