MonobjcMonobjc Documented Class Library
AvailableColorSpacesWithModel Method (model)
NamespacesMonobjc.AppKitNSColorSpaceAvailableColorSpacesWithModel(NSColorSpaceModel)

Returns the list of color spaces available on the system that are displayed in the color panel, in the order they are displayed in the color panel.

Original signature is '+ (NSArray *)availableColorSpacesWithModel:(NSColorSpaceModel)model'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSArray AvailableColorSpacesWithModel(
	NSColorSpaceModel model
)
Public Shared Function AvailableColorSpacesWithModel ( _
	model As NSColorSpaceModel _
) As NSArray
public:
static NSArray^ AvailableColorSpacesWithModel(
	NSColorSpaceModel model
)
Parameters
model (NSColorSpaceModel)
The model to return the color spaces for.
Return Value
The list of color spaces, or an empty array if no color spaces are available for the specified model.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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