MonobjcMonobjc Documented Class Library
NSColorSpaceModel Enumeration
NamespacesMonobjc.AppKitNSColorSpaceModel

Identify the abstract model on which an NSColorSpace object is based.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSColorSpaceModel
Public Enumeration NSColorSpaceModel
public enum class NSColorSpaceModel
Members
MemberDescription
NSUnknownColorSpaceModel

This model is not known to NSColorSpace.

Available in Mac OS X v10.4 and later.


NSGrayColorSpaceModel

The grayscale color-space model. Can refer to both device-dependent and generic color space variants.

Available in Mac OS X v10.4 and later.


NSRGBColorSpaceModel

The RGB (red green blue) color-space model. Can refer to both device-dependent and generic color space variants.

Available in Mac OS X v10.4 and later.


NSCMYKColorSpaceModel

The CYMK (cyan, yellow, magenta, black) color-space model. Can refer to both device-dependent and generic color space variants.

Available in Mac OS X v10.4 and later.


NSLABColorSpaceModel

The L*a*b* device-independent color-space model, which represents colors relative to a reference white point.

Available in Mac OS X v10.4 and later.


NSDeviceNColorSpaceModel

DeviceN is a color-space model from Adobe Systems, Inc. used in PostScript and PDF color specification.

Available in Mac OS X v10.4 and later.


NSIndexedColorSpaceModel

An indexed color space, which identifies specified discrete colors in a color list by index number. An indexed color value (a color specification in indexed color space) consists of an index value that refers to a color in a color list.

Available in Mac OS X v10.5 and later.


NSPatternColorSpaceModel

Identifies a pattern color space, which is simply an image that is repeated over and over again in a tiled pattern.

Available in Mac OS X v10.5 and later.


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)