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

# vImageCVImageFormat.Format.format14Bayer_GRBG

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

## Declaration

```swift
case format14Bayer_GRBG
```

## See Also

### Bayer format constants

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