---
title: MTLDataType.rgba16Unorm
framework: metal
role: symbol
role_heading: Case
path: metal/mtldatatype/rgba16unorm
---

# MTLDataType.rgba16Unorm

An ordinary pixel with four components, each of which is a 16-bit, normalized, unsigned integer value.

## Declaration

```swift
case rgba16Unorm
```

## Discussion

Discussion The color components are in RGBA order, which stands for red, green, blue, and alpha.

## See Also

### 64-bit color integer types

- [MTLDataType.rgba16Snorm](metal/mtldatatype/rgba16snorm.md)
