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