---
title: MTLDataType.r8Unorm
framework: metal
role: symbol
role_heading: Case
path: metal/mtldatatype/r8unorm
---

# MTLDataType.r8Unorm

An ordinary pixel with one component that’s an 8-bit, normalized, unsigned integer value.

## Declaration

```swift
case r8Unorm
```

## See Also

### 8-bit color integer types

- [MTLDataType.r8Snorm](metal/mtldatatype/r8snorm.md)
