---
title: array
framework: accelerate
role: symbol
role_heading: Instance Property
path: accelerate/vimage/pixelbuffer/array
---

# array

An array of width * height * channelCount values that’s a copy of the buffer’s visible contents.

## Declaration

```swift
var array: [Format.ComponentType] { get }
```

## See Also

### Inspecting a pixel buffer

- [width](accelerate/vimage/pixelbuffer/width.md)
- [height](accelerate/vimage/pixelbuffer/height.md)
- [size](accelerate/vimage/pixelbuffer/size.md)
- [channelCount](accelerate/vimage/pixelbuffer/channelcount.md)
- [rowStride](accelerate/vimage/pixelbuffer/rowstride.md)
- [byteCountPerPixel](accelerate/vimage/pixelbuffer/bytecountperpixel.md)
- [count](accelerate/vimage/pixelbuffer/count.md)
