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