---
title: vImageCVImageFormat.Format.format14Bayer_GBRG
framework: accelerate
role: symbol
role_heading: Case
path: accelerate/vimagecvimageformat/format/format14bayer_gbrg
---

# vImageCVImageFormat.Format.format14Bayer_GBRG

A little-endian 14-bit Bayer pixel format with even rows ordered green-blue and odd rows ordered red-green.

## Declaration

```swift
case format14Bayer_GBRG
```

## See Also

### Bayer format constants

- [vImageCVImageFormat.Format.format14Bayer_BGGR](accelerate/vimagecvimageformat/format/format14bayer_bggr.md)
- [vImageCVImageFormat.Format.format14Bayer_GRBG](accelerate/vimagecvimageformat/format/format14bayer_grbg.md)
- [vImageCVImageFormat.Format.format14Bayer_RGGB](accelerate/vimagecvimageformat/format/format14bayer_rggb.md)
