Class: Pdfrb::Color::DeviceColorSpace
- Inherits:
-
ColorSpace
- Object
- ColorSpace
- Pdfrb::Color::DeviceColorSpace
- Defined in:
- lib/pdfrb/color/color_space.rb
Overview
Device color spaces — simple names, no parameters.
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from ColorSpace
[], names, pdf_name, register, register_as, registry
Instance Method Details
#to_pdf ⇒ Object
50 51 52 |
# File 'lib/pdfrb/color/color_space.rb', line 50 def to_pdf self.class.pdf_name end |