Class: Pdfrb::Content::ColorSpace::DeviceCMYK
- Inherits:
-
Object
- Object
- Pdfrb::Content::ColorSpace::DeviceCMYK
- Defined in:
- lib/pdfrb/content/color_space.rb
Class Method Summary collapse
Class Method Details
.components ⇒ Object
38 |
# File 'lib/pdfrb/content/color_space.rb', line 38 def self.components; 4; end |
.default ⇒ Object
39 |
# File 'lib/pdfrb/content/color_space.rb', line 39 def self.default; [0.0, 0.0, 0.0, 1.0]; end |
.family ⇒ Object
37 |
# File 'lib/pdfrb/content/color_space.rb', line 37 def self.family; :DeviceCMYK; end |