Class: UIColor
- Inherits:
-
Object
- Object
- UIColor
- Defined in:
- lib/motion-plot/core_ext/ui_color.rb
Instance Method Summary collapse
Instance Method Details
#to_cpt_color ⇒ Object
2 3 4 |
# File 'lib/motion-plot/core_ext/ui_color.rb', line 2 def to_cpt_color CPTColor.alloc.initWithCGColor(self.CGColor) end |