Method: Prawn::Table::Cell#background_color
- Defined in:
- lib/prawn/table/cell.rb
#background_color ⇒ Object
The background color, if any, for this cell. Specified in HTML RGB format, e.g., “ccffff”. The background is drawn under the whole cell, including any padding.
142 143 144 |
# File 'lib/prawn/table/cell.rb', line 142 def background_color @background_color end |