MonobjcMonobjc Documented Class Library
CopyICCProfile Method (space)
NamespacesMonobjc.ApplicationServicesCGColorSpaceCopyICCProfile(IntPtr)

Returns a copy of the ICC profile of the provided color space.

Original signature is 'CFDataRef CGColorSpaceCopyICCProfile( CGColorSpaceRef space );'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSData CopyICCProfile(
	IntPtr space
)
Public Shared Function CopyICCProfile ( _
	space As IntPtr _
) As NSData
public:
static NSData^ CopyICCProfile(
	IntPtr space
)
Parameters
space (IntPtr)
MISSING
Return Value
The ICC profile or NULL if the color space does not have an ICC profile.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)