---
title: cmRGB24Space
framework: Application Services
role: symbol
role_heading: Enumeration Case
platforms: [macOS 10.0+]
path: applicationservices/1560256-anonymous/cmrgb24space
---

# cmRGB24Space

An RGB color space composed of red, green, and blue components whose values are packed with 8 bits of storage per component. The storage size for a color value expressed in this color space is 24 bits.

## Declaration

```occ
cmRGB24Space = cmRGBSpace + cm24_8ColorPacking
```
