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

# CMHLSColor

Contains a color value expressed in the HLS color space.

## Declaration

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

## Overview

A color value expressed in the HLS color space is composed of `hue`, `lightness`, and `saturation` component values. Each color component is expressed as a numeric value within the range of 0 to 65535 inclusive. 

## Topics

### Instance Properties

- [hue](cmhlscolor/1560211-hue.md)
- [lightness](cmhlscolor/1560497-lightness.md)
- [saturation](cmhlscolor/1560611-saturation.md)
