Method: PDF::Inspector::Graphics::Color#set_color_for_nonstroking_and_special
- Defined in:
- lib/pdf/inspector/graphics.rb
#set_color_for_nonstroking_and_special(*params) ⇒ Object
72 73 74 75 |
# File 'lib/pdf/inspector/graphics.rb', line 72 def set_color_for_nonstroking_and_special(*params) @fill_color_count += 1 @fill_color = params end |