Class: Prawn::SVG::Color::CMYK

Inherits:
Struct
  • Object
show all
Defined in:
lib/prawn/svg/color.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



2
3
4
# File 'lib/prawn/svg/color.rb', line 2

def value
  @value
end

Instance Method Details

#to_cmykObject



3
4
5
# File 'lib/prawn/svg/color.rb', line 3

def to_cmyk
  self
end