# File lib/color/cmyk.rb, line 258
  def y=(kk)
    @y = Color.normalize(kk)
  end