---
title: "BlurStop"
description: "Gradient stop for progressive blur."
type: "class"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Common

```kotlin
public class BlurStop(public val fraction: Float, public val radius: Dp)
```

Gradient stop for progressive blur.

#### Parameters

| | |
| --- | --- |
| fraction | gradient position in the 0..1 range |
| radius | blur radius applied at [fraction](#fraction) |

## Functions

### equals

> Source set: Common

```kotlin
override fun equals(other: Any?): Boolean
```

### hashCode

> Source set: Common

```kotlin
override fun hashCode(): Int
```

### toString

> Source set: Common

```kotlin
override fun toString(): String
```
