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

# CMLuvColor

Contains a color value expressed in the L*u*v* color space.

## Declaration

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

## Overview

A color value expressed in the L*u*v* color space is composed of `L`, `u`, and `v` component values. 

## Topics

### Instance Properties

- [L](cmluvcolor/1560662-l.md)
- [u](cmluvcolor/1560134-u.md)
- [v](cmluvcolor/1560109-v.md)
