# File src/field.rb, line 65
  def color(r, g, b)
    @color = [r, g, b]
    @field = nil
  end