MonobjcMonobjc Documented Class Library
NSColorSpaceFromDepth Method (depth)
NamespacesMonobjc.AppKitAppKitFrameworkNSColorSpaceFromDepth(Int32)

Returns the name of the color space corresponding to the passed window depth.

Original signature is 'NSString * NSColorSpaceFromDepth ( NSWindowDepth depth );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSString NSColorSpaceFromDepth(
	int depth
)
Public Shared Function NSColorSpaceFromDepth ( _
	depth As Integer _
) As NSString
public:
static NSString^ NSColorSpaceFromDepth(
	int depth
)
Parameters
depth (Int32)
MISSING
Return Value
The rectangle that lies within the resulting border.
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)