---
title: AVCaptureColorSpace.appleLog2
framework: avfoundation
role: symbol
role_heading: Case
path: avfoundation/avcapturecolorspace/applelog2
---

# AVCaptureColorSpace.appleLog2

The Apple Log 2 Color space, which uses Apple Gamut as the color primaries, and an Apple defined Log curve as a transfer function. When you set this as the active color space on an AVCaptureDevice, any AVCapturePhotoOutput or AVCaptureStillImageOutput connected to the same AVCaptureDevice is made inactive (its isActive property returns false).

## Declaration

```swift
case appleLog2
```

## See Also

### 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)
