# File lib/color/yiq.rb, line 65
  def y=(yy)
    @y = Color.normalize(yy)
  end