#84: NSColor method dispatching problems ---------------------------------+------------------------------------------ Reporter: psychs@limechat.net | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: major | Milestone: Component: MacRuby | Resolution: invalid Keywords: | ---------------------------------+------------------------------------------ Comment (by eloy.de.enige@gmail.com): With the RubyCocoa layer: {{{ % macirb -rosx/cocoa irb(main):001:0> c = NSColor.colorWithCalibratedRed_green_blue_alpha(1.0, 1.0, 1.0, 1.0) => #<NSCachedRGBColor:0x1b148f0> irb(main):002:0> c.blendedColorWithFraction_ofColor(0.5, NSColor.greenColor) => #<NSCalibratedRGBColor:0x1b36d10> }}} -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/84#comment:2> macruby <http://ruby.macosforge.org/>