---
title: CIBlurredRoundedRectangleGenerator
framework: coreimage
role: symbol
role_heading: Protocol
path: coreimage/ciblurredroundedrectanglegenerator
---

# CIBlurredRoundedRectangleGenerator

The protocol for the Blurred Rounded Rectangle Generator filter.

## Declaration

```swift
protocol CIBlurredRoundedRectangleGenerator : CIFilterProtocol
```

## Overview

Overview Generates a blurred rounded rectangle image with the specified extent, corner radius, blur sigma, and color.

## Topics

### Instance Properties

- [color](coreimage/ciblurredroundedrectanglegenerator/color.md)
- [extent](coreimage/ciblurredroundedrectanglegenerator/extent.md)
- [radius](coreimage/ciblurredroundedrectanglegenerator/radius.md)
- [sigma](coreimage/ciblurredroundedrectanglegenerator/sigma.md)
- [smoothness](coreimage/ciblurredroundedrectanglegenerator/smoothness.md)

## Relationships

### Inherits From

- [CIFilterProtocol](coreimage/cifilterprotocol.md)
