# File lib/color/cmyk.rb, line 55
  def self.from_percent(c = 0, m = 0, y = 0, k = 0)
    Color::CMYK.new(c, m, y, k)
  end