<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vImage/PixelBuffer/tentConvolved(kernelSize:edgeMode:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:10Accelerate6vImageO11PixelBufferVAaC14Interleaved8x4VRszrlE13tentConvolved10kernelSize8edgeModeAEy_AGGAC0I0V_AC04EdgeK0Oy_s5UInt8V_A3QtGtF"
  },
  "title" : "tentConvolved(kernelSize:edgeMode:)"
}
-->

# tentConvolved(kernelSize:edgeMode:)

Returns a tent-filter convolved 8-bit-per-channel, 4-channel interleaved pixel buffer.

```
func tentConvolved(kernelSize: vImage.Size, edgeMode: vImage.EdgeMode<Pixel_8888>) -> vImage.PixelBuffer<Format>
```

## Parameters

`kernelSize`

The convolution kernel size. The operation interprets even dimensions as the next odd number.

`edgeMode`

The convolution edge mode.

## Return Value

A pixel buffer that contains a blurred version of the source pixel buffer.

## See Also

  <doc://com.apple.accelerate/documentation/Accelerate/blurring-an-image>



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)