# File lib/gd2/canvas.rb, line 255 def brush=(image) if @brush = image SYM[:gdImageSetBrush].call(@image.image_ptr, image.image_ptr) end end