# File lib/color/rgb.rb, line 342
  def red=(rr)
    @r = Color.normalize(rr / 255.0)
  end