---
title: NSColorSpace.Model.indexed
framework: appkit
role: symbol
role_heading: Case
path: appkit/nscolorspace/model/indexed
---

# NSColorSpace.Model.indexed

An indexed color space, which identifies discrete colors in a color list by index number.

## Declaration

```swift
case indexed
```

## Discussion

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

## See Also

### Color Spaces

- [NSColorSpace.Model.unknown](appkit/nscolorspace/model/unknown.md)
- [NSColorSpace.Model.gray](appkit/nscolorspace/model/gray.md)
- [NSColorSpace.Model.rgb](appkit/nscolorspace/model/rgb.md)
- [NSColorSpace.Model.cmyk](appkit/nscolorspace/model/cmyk.md)
- [NSColorSpace.Model.lab](appkit/nscolorspace/model/lab.md)
- [NSColorSpace.Model.deviceN](appkit/nscolorspace/model/devicen.md)
- [NSColorSpace.Model.patterned](appkit/nscolorspace/model/patterned.md)
