---
title: AVCaptureColorSpace
framework: avfoundation
role: symbol
role_heading: Enumeration
path: avfoundation/avcapturecolorspace
---

# AVCaptureColorSpace

An enumeration of color spaces a device can support.

## Declaration

```swift
enum AVCaptureColorSpace
```

## Overview

Overview By default, a capture session automatically enables wide-gamut capture for supported devices and capture workflows.

## Topics

### Color spaces

- [AVCaptureColorSpace.sRGB](avfoundation/avcapturecolorspace/srgb.md)
- [AVCaptureColorSpace.P3_D65](avfoundation/avcapturecolorspace/p3_d65.md)
- [AVCaptureColorSpace.HLG_BT2020](avfoundation/avcapturecolorspace/hlg_bt2020.md)
- [AVCaptureColorSpace.appleLog](avfoundation/avcapturecolorspace/applelog.md)
- [AVCaptureColorSpace.appleLog2](avfoundation/avcapturecolorspace/applelog2.md)

### Initializers

- [init(rawValue:)](avfoundation/avcapturecolorspace/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring color space settings

- [activeColorSpace](avfoundation/avcapturedevice/activecolorspace.md)
