Method: PDF::Inspector::Graphics::Color#initialize
- Defined in:
- lib/pdf/inspector/graphics.rb
#initialize ⇒ Color
Returns a new instance of Color.
61 62 63 64 65 |
# File 'lib/pdf/inspector/graphics.rb', line 61 def initialize @stroke_color_count = 0 @fill_color_count = 0 @stroke_color_space_count = { DeviceCMYK: 0, DeviceRGB: 0 } end |