---
title: MTLPixelFormat.rgba32Uint
framework: metal
role: symbol
role_heading: Case
path: metal/mtlpixelformat/rgba32uint
---

# MTLPixelFormat.rgba32Uint

Ordinary format with four 32-bit unsigned integer components in RGBA order.

## Declaration

```swift
case rgba32Uint
```

## Mentioned in

Understanding the Metal 4 core API

## See Also

### Ordinary 128-bit pixel formats

- [MTLPixelFormat.rgba32Sint](metal/mtlpixelformat/rgba32sint.md)
- [MTLPixelFormat.rgba32Float](metal/mtlpixelformat/rgba32float.md)
