Method: Color::GrayScale#pdf_fill

Defined in:
lib/coloration/color/grayscale.rb

#pdf_fillObject

Present the colour as a DeviceGrey fill colour string for PDF. This will be removed from the default package in color-tools 2.0.



51
52
53
# File 'lib/coloration/color/grayscale.rb', line 51

def pdf_fill
  PDF_FORMAT_STR % [ @g, "g" ]
end