Creates a device-independent color space that is relative to human color perception, according to the CIE L*a*b* standard.
Original signature is 'CGColorSpaceRef CGColorSpaceCreateLab( const CGFloat whitePoint[3], const CGFloat blackPoint[3], const CGFloat range[4] );'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |

A new L*a*b* color space. You are responsible for releasing this object by calling CGColorSpaceRelease. If unsuccessful, returns NULL.

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