---
title: Pixel_16F
framework: accelerate
role: symbol
role_heading: Type Alias
path: accelerate/pixel_16f
---

# Pixel_16F

## Declaration

```swift
typealias Pixel_16F = UInt16
```

## Discussion

Discussion A 16-bit half precision floating-point planar pixel value. Typically, these have range [0,1] though other values are generally allowed. Defined as a 16-bit integer since this is a storage format only.

## See Also

### Pixel Formats

- [Pixel_8](accelerate/pixel_8.md)
- [Pixel_88](accelerate/pixel_88.md)
- [Pixel_8888](accelerate/pixel_8888.md)
- [Pixel_F](accelerate/pixel_f.md)
- [Pixel_FFFF](accelerate/pixel_ffff.md)
- [Pixel_32U](accelerate/pixel_32u.md)
- [Pixel_16U](accelerate/pixel_16u.md)
- [Pixel_ARGB_16U](accelerate/pixel_argb_16u.md)
- [Pixel_16U16U](accelerate/pixel_16u16u.md)
- [Pixel_16Q12](accelerate/pixel_16q12.md)
- [Pixel_16S](accelerate/pixel_16s.md)
- [Pixel_ARGB_16S](accelerate/pixel_argb_16s.md)
- [Pixel_16F16F](accelerate/pixel_16f16f.md)
- [Pixel_16S16S](accelerate/pixel_16s16s.md)
- [Pixel_ARGB_16F](accelerate/pixel_argb_16f.md)
