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.

C# | Visual Basic | Visual C++ |
public static NSArray AvailableColorSpacesWithModel( NSColorSpaceModel model )
Public Shared Function AvailableColorSpacesWithModel ( _ model As NSColorSpaceModel _ ) As NSArray
public: static NSArray^ AvailableColorSpacesWithModel( NSColorSpaceModel model )

- model (NSColorSpaceModel)
- The model to return the color spaces for.

The list of color spaces, or an empty array if no color spaces are available for the specified model.

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