# File lib/color/cmyk.rb, line 63
63:   def pdf_fill
64:     PDF_FORMAT_STR % [ @c, @m, @y, @k, "k" ]
65:   end