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

# CMGrayColor

Contains a color value expressed in the gray color space.

## Declaration

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

## Overview

A color value expressed in the Gray color space is composed of a single component, `gray`, represented as a numeric value within the range of 0 to 65535 inclusive. 

## Topics

### Instance Properties

- [gray](cmgraycolor/1560193-gray.md)
