---
title: pixelFormatType
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avsemanticsegmentationmatte/pixelformattype
---

# pixelFormatType

The pixel format type for this object’s internal matting image.

## Declaration

```swift
var pixelFormatType: OSType { get }
```

## Discussion

Discussion Currently, the only supported pixel format type for the matting image is kCVPixelFormatType_OneComponent8.

## See Also

### Inspecting a segmentation matte

- [matteType](avfoundation/avsemanticsegmentationmatte/mattetype-swift.property.md)
- [AVSemanticSegmentationMatte.MatteType](avfoundation/avsemanticsegmentationmatte/mattetype-swift.struct.md)
- [mattingImage](avfoundation/avsemanticsegmentationmatte/mattingimage.md)
