Creates and returns an NSColor object that uses the specified image pattern.
Original signature is '+ (NSColor *)colorWithPatternImage:(NSImage *)image'
Available in Mac OS X v10.0 and later.


- image (NSImage)
- The image to use as the pattern for the color object. The image is tiled starting at the bottom of the window. The image is not scaled.

The NSColor object. This color object is autoreleased.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)