# File lib/RMagick.rb, line 772
    def color_point(x, y, fill)
        f = copy
        f.pixel_color(x, y, fill)
        return f
    end