Class: Prawn::SVG::Color::CMYK
- Inherits:
-
Struct
- Object
- Struct
- Prawn::SVG::Color::CMYK
- Defined in:
- lib/prawn/svg/color.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
2 3 4 |
# File 'lib/prawn/svg/color.rb', line 2 def value @value end |
Instance Method Details
#to_cmyk ⇒ Object
3 4 5 |
# File 'lib/prawn/svg/color.rb', line 3 def to_cmyk self end |