Method: PDF::SimpleTable#shade_color2

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

#shade_color2Object

The alternate row shading colour, used with #shade_rows of :striped. Defaults to Color::RGB::Grey70.



153
154
155
# File 'lib/extensions/pdf-writer/pdf/simpletable.rb', line 153

def shade_color2
  @shade_color2
end