---
title: opaque
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/graphicscontext/bluroptions/opaque
---

# opaque

An option that causes the filter to ensure the result is completely opaque.

## Declaration

```swift
static var opaque: GraphicsContext.BlurOptions { get }
```

## Discussion

Discussion The filter ensure opacity by dividing each pixel by its alpha value. The result may be undefined if the input to the filter isn’t also completely opaque.

## See Also

### Getting blur options

- [dithersResult](swiftui/graphicscontext/bluroptions/dithersresult.md)
