---
title: MTLPixelFormat.b5g6r5Unorm
framework: metal
role: symbol
role_heading: Case
path: metal/mtlpixelformat/b5g6r5unorm
---

# MTLPixelFormat.b5g6r5Unorm

Packed 16-bit format with normalized unsigned integer color components: 5 bits for blue, 6 bits for green, 5 bits for red, packed into 16 bits.

## Declaration

```swift
case b5g6r5Unorm
```

## Mentioned in

Developing Metal apps that run in Simulator

## See Also

### Packed 16-bit pixel formats

- [MTLPixelFormat.a1bgr5Unorm](metal/mtlpixelformat/a1bgr5unorm.md)
- [MTLPixelFormat.abgr4Unorm](metal/mtlpixelformat/abgr4unorm.md)
- [MTLPixelFormat.bgr5A1Unorm](metal/mtlpixelformat/bgr5a1unorm.md)
