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