Initializes and returns an NSColorSpace object given a ColorSync profile.
Original signature is '- (id)initWithColorSyncProfile:(void *)prof'
Available in Mac OS X v10.4 and later.


- prof (IntPtr)
- The ColorSync profile to use when initializing the NSColorSpace object. This should be an object of opaque type CMProfileRef. See ColorSync Manager Reference for further information on CMProfileRef.

The initialized NSColorSpace object or nil if initialization was not successful.

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