<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIBoxBlur",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CIBoxBlur"
  },
  "title" : "CIBoxBlur"
}
-->

# CIBoxBlur

The properties you use to configure a box blur filter.

```
protocol CIBoxBlur : CIFilterProtocol
```

## Topics

### Instance Properties

[`inputImage`](/documentation/CoreImage/CIBoxBlur/inputImage)

The image to use as an input image.

[`radius`](/documentation/CoreImage/CIBoxBlur/radius)

The radius of the blur, in pixels.

## See Also

[`boxBlur()`](/documentation/CoreImage/CIFilter-swift.class/boxBlur())

Applies a square-shaped blur to an area of 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)