# File lib/color/rgb.rb, line 90
  def pdf_fill
    PDF_FORMAT_STR % [ @r, @g, @b, "rg" ]
  end