<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCapturePhotoSettings/isConstantColorFallbackPhotoDeliveryEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCapturePhotoSettings(py)constantColorFallbackPhotoDeliveryEnabled"
  },
  "title" : "isConstantColorFallbackPhotoDeliveryEnabled"
}
-->

# isConstantColorFallbackPhotoDeliveryEnabled

A Boolean value that indicates whether to deliver a fallback photo when taking a constant color capture.

```
var isConstantColorFallbackPhotoDeliveryEnabled: Bool { get set }
```

## Discussion

The default value is <doc://com.apple.documentation/documentation/Swift/false>. Set the value to <doc://com.apple.documentation/documentation/Swift/true> to receive a fallback photo that you can use if the main constant color photo’s confidence level doesn’t meet your requirement.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)