---
title: values
framework: accelerate
role: symbol
role_heading: Instance Property
path: accelerate/vimage/convolutionkernel2d/values
---

# values

The kernel weights or structuring element values that must contain height * width elements.

## Declaration

```swift
let values: [ComponentType]
```

## See Also

### Instance Properties

- [width](accelerate/vimage/convolutionkernel2d/width.md)
- [height](accelerate/vimage/convolutionkernel2d/height.md)
