---
title: cmQualityMask
framework: Application Services
role: symbol
role_heading: Enumeration Case
platforms: [macOS 10.0+]
path: applicationservices/1560699-x_profiles/cmqualitymask
---

# cmQualityMask

## Declaration

```occ
cmQualityMask = 0x00030000
```

## Discussion

This mask provides access to bits 16 and 17 of the `flags` field, which specify the preferred quality and speed preferences for color matching. In general, the higher the quality the slower the speed. For example, best quality is slowest, but produces the highest quality result.

Bits 16 and 17 have the value 0 for normal quality, 1 for draft quality, and 2 for best quality. [Quality Flag Values for Version 2.x Profiles](../1560115-x_profiles.md) describes the constants ColorSync defines to test or set these bits.

This feature is provided by the ColorSync Manager; it is not defined by the ICC profile specification.
