---
title: isConstantColorEnabled
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotosettings/isconstantcolorenabled
---

# isConstantColorEnabled

A Boolean value that indicates whether to capture the photo with constant color.

## Declaration

```swift
var isConstantColorEnabled: Bool { get set }
```

## Discussion

Discussion The default value is false. Set the value to true to capture a constant color photo. important: Attempting to enable constant color capture when a photo output’s isConstantColorEnabled is false, results in the system throwing an exception.

## See Also

### Configuring constant color

- [isConstantColorFallbackPhotoDeliveryEnabled](avfoundation/avcapturephotosettings/isconstantcolorfallbackphotodeliveryenabled.md)
