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

# CMYxyColor

Contains values for a color expressed in the Yxy color space.

## Declaration

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

## Overview

A color value expressed in the Yxy color space is composed of `capY`, `x`, and `y` component values. Each color component is expressed as a numeric value within the range of 0 to 65535 which maps to 0 to 1.  

## Topics

### Instance Properties

- [capY](cmyxycolor/1560720-capy.md)
- [x](cmyxycolor/1560087-x.md)
- [y](cmyxycolor/1560446-y.md)
