---
title: NSIndexedColorSpaceModel
framework: appkit
role: symbol
role_heading: Global Variable
path: appkit/nsindexedcolorspacemodel
---

# 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.

## Declaration

```occ
static const NSColorSpaceModel NSIndexedColorSpaceModel;
```

## See Also

### Deprecated Constants

- [NSUnknownColorSpaceModel](appkit/nsunknowncolorspacemodel.md)
- [NSGrayColorSpaceModel](appkit/nsgraycolorspacemodel.md)
- [NSRGBColorSpaceModel](appkit/nsrgbcolorspacemodel.md)
- [NSCMYKColorSpaceModel](appkit/nscmykcolorspacemodel.md)
- [NSLABColorSpaceModel](appkit/nslabcolorspacemodel.md)
- [NSDeviceNColorSpaceModel](appkit/nsdevicencolorspacemodel.md)
- [NSPatternColorSpaceModel](appkit/nspatterncolorspacemodel.md)
