---
title: shouldBeOpaque
framework: screencapturekit
role: symbol
role_heading: Instance Property
path: screencapturekit/scstreamconfiguration/shouldbeopaque
---

# shouldBeOpaque

A Boolean value that indicates if semitransparent content presents as opaque.

## Declaration

```swift
var shouldBeOpaque: Bool { get set }
```

## Discussion

Discussion When this property is true, semitransparent content in the stream presents as backed by a solid white background, making the resulting image fully opaque. The default value is false.

## See Also

### Configuring captured elements

- [showsCursor](screencapturekit/scstreamconfiguration/showscursor.md)
- [capturesShadowsOnly](screencapturekit/scstreamconfiguration/capturesshadowsonly.md)
- [ignoreShadowsDisplay](screencapturekit/scstreamconfiguration/ignoreshadowsdisplay.md)
- [ignoreShadowsSingleWindow](screencapturekit/scstreamconfiguration/ignoreshadowssinglewindow.md)
- [ignoreGlobalClipDisplay](screencapturekit/scstreamconfiguration/ignoreglobalclipdisplay.md)
- [ignoreGlobalClipSingleWindow](screencapturekit/scstreamconfiguration/ignoreglobalclipsinglewindow.md)
