Class: Pdfrb::Color::DeviceRGB
- Inherits:
-
DeviceColorSpace
- Object
- ColorSpace
- DeviceColorSpace
- Pdfrb::Color::DeviceRGB
- Defined in:
- lib/pdfrb/color/color_space.rb
Class Method Summary collapse
Methods inherited from DeviceColorSpace
Methods inherited from ColorSpace
[], names, register, register_as, registry
Class Method Details
.pdf_name ⇒ Object
64 |
# File 'lib/pdfrb/color/color_space.rb', line 64 def pdf_name; :DeviceRGB; end |