<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.3.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/kvImageInvalidEdgeStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@Ea@kvImageNoError@kvImageInvalidEdgeStyle"
  },
  "title" : "kvImageInvalidEdgeStyle"
}
-->

# kvImageInvalidEdgeStyle

The edge style specified is invalid.

```
var kvImageInvalidEdgeStyle: Int { get }
```

## Discussion

The edge style specified is invalid. This usually means that a particular function requires you to set at least one edge option flag (`kvImageCopyInPlace`, `kvImageBackgroundColorFill`, or `kvImageEdgeExtend`), but you did not specify one. See <doc://com.apple.documentation/documentation/Accelerate/1578976-processing-flags> for more information about these flags.

---

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)