---
title: named
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolorspacename/named
---

# named

Catalog name and color name components

## Declaration

```swift
static let named: NSColorSpaceName
```

## Discussion

Discussion The components of this color space are indexes into lists or catalogs of prepared colors. The catalogs of named colors come with lookup tables that are able to generate the correct color on a given device.

## See Also

### Color Space Names

- [calibratedRGB](appkit/nscolorspacename/calibratedrgb.md)
- [calibratedWhite](appkit/nscolorspacename/calibratedwhite.md)
- [custom](appkit/nscolorspacename/custom.md)
- [deviceCMYK](appkit/nscolorspacename/devicecmyk.md)
- [deviceRGB](appkit/nscolorspacename/devicergb.md)
- [deviceWhite](appkit/nscolorspacename/devicewhite.md)
- [pattern](appkit/nscolorspacename/pattern.md)
