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

# CMLabColor

Contains a color value expressed in the L*a*b* color space.

## Declaration

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

## Overview

A color expressed in the L*a*b* color space is composed of `L`, `a`, and `b` component values. 

## Topics

### Instance Properties

- [L](cmlabcolor/1560318-l.md)
- [a](cmlabcolor/1560358-a.md)
- [b](cmlabcolor/1560421-b.md)
