---
title: kCGImagePropertyColorModelRGB
framework: imageio
role: symbol
role_heading: Global Variable
path: imageio/kcgimagepropertycolormodelrgb
---

# kCGImagePropertyColorModelRGB

A Red Green Blue (RGB) color model.

## Declaration

```swift
let kCGImagePropertyColorModelRGB: CFString
```

## Discussion

Discussion Use this value with the kCGImagePropertyColorModel key.

## See Also

### Color Information

- [kCGImagePropertyHasAlpha](imageio/kcgimagepropertyhasalpha.md)
- [kCGImagePropertyNamedColorSpace](imageio/kcgimagepropertynamedcolorspace.md)
- [kCGImagePropertyProfileName](imageio/kcgimagepropertyprofilename.md)
- [kCGImagePropertyColorModel](imageio/kcgimagepropertycolormodel.md)
- [kCGImagePropertyColorModelCMYK](imageio/kcgimagepropertycolormodelcmyk.md)
- [kCGImagePropertyColorModelGray](imageio/kcgimagepropertycolormodelgray.md)
- [kCGImagePropertyColorModelLab](imageio/kcgimagepropertycolormodellab.md)
