Method: PDF::SimpleTable#shade_color

Defined in:
lib/extensions/pdf-writer/pdf/simpletable.rb

#shade_colorObject

The main row shading colour. Defaults to Color::RGB::Grey80. Used with #shade_rows of :shaded and :striped.



150
151
152
# File 'lib/extensions/pdf-writer/pdf/simpletable.rb', line 150

def shade_color
  @shade_color
end