<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSView/backgroundFilters",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSView(py)backgroundFilters"
  },
  "title" : "backgroundFilters"
}
-->

# backgroundFilters

An array of Core Image filters to apply to the view’s background.

```
var backgroundFilters: [CIFilter] { get set }
```

## Discussion

This property contains an array of <doc://com.apple.documentation/documentation/CoreImage/CIFilter-swift.class> objects. This array represents the background filters stored in the <doc://com.apple.documentation/documentation/QuartzCore/CALayer/backgroundFilters> property of the view’s layer. If the view does not have a layer, setting the value of this property has no effect.

The default value of this property is an empty array.

---

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)