Method: PDF::Writer::TagDisc.foreground

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

.foregroundObject

The foreground color for <C:disc> bullets. Default is Color::RGB::Black.

Set to nil to get the default color.



2671
2672
2673
# File 'lib/extensions/pdf-writer/pdf/writer.rb', line 2671

def foreground
  @foreground
end