<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreVideo",
  "identifier" : "/documentation/CoreVideo/CVSenselArrayPattern",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Video"
    ],
    "preciseIdentifier" : "s:9CoreVideo20CVSenselArrayPatternO"
  },
  "title" : "CVSenselArrayPattern"
}
-->

# CVSenselArrayPattern

Pattern indicating sensel arrangement.

```
enum CVSenselArrayPattern
```

## Topics

### Enumeration Cases

[`case bayerBGGR`](/documentation/CoreVideo/CVSenselArrayPattern/bayerBGGR)

Top-left sensel of the frame is blue-filtered.

[`case bayerGBRG`](/documentation/CoreVideo/CVSenselArrayPattern/bayerGBRG)

Top-left sensel of the frame is green-filtered, with the top row alternating between green and blue-filtered sensels.

[`case bayerGRBG`](/documentation/CoreVideo/CVSenselArrayPattern/bayerGRBG)

Top-left sensel of the frame is green-filtered, with the top row alternating between green and red-filtered sensels.

[`case bayerRGGB`](/documentation/CoreVideo/CVSenselArrayPattern/bayerRGGB)

Top-left sensel of the frame is red-filtered.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`CVAttachmentValueRepresentable`](/documentation/CoreVideo/CVAttachmentValueRepresentable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Copyable`](/documentation/Swift/Copyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`Escapable`](/documentation/Swift/Escapable)

---

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)