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

# isConstantColorEnabled

A Boolean value that indicates whether the photo output configures the render pipeline to perform constant color capture.

## Declaration

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

## Discussion

Discussion The default value is false. Set the value to true to enable support for taking constant color photos. You can only enable constant color capture if the value of isConstantColorSupported is true. note: Enabling constant color requires a lengthy reconfiguration of the capture pipeline. If you intend to capture constant color photos, set this property to true before calling startRunning(), or within beginConfiguration() and commitConfiguration() calls on a running capture session.

## See Also

### Configuring constant color

- [isConstantColorSupported](avfoundation/avcapturephotooutput/isconstantcolorsupported.md)
