---
title: CMNamedColor
framework: Application Services
role: symbol
role_heading: Structure
platforms: [macOS 10.0+]
path: applicationservices/cmnamedcolor
---

# CMNamedColor

Contains a color value expressed in a named color space.

## Declaration

```occ
typedef struct CMNamedColor {
    ...
} CMNamedColor;
```

## Overview

A color value expressed in a named color space is composed of a single component, `namedColorIndex`, represented as a numeric value within the range of an unsigned long, or 1 to 232 – 1 inclusive. 

## Topics

### Instance Properties

- [namedColorIndex](cmnamedcolor/1560291-namedcolorindex.md)
