# File lib/gd2/canvas.rb, line 237
    def color=(color)
      @pixel = @image.color2pixel(@color = color)
      @brush = @style = nil
    end