<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIGloom",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CIGloom"
  },
  "title" : "CIGloom"
}
-->

# CIGloom

The properties you use to configure a gloom filter.

```
protocol CIGloom : CIFilterProtocol
```

## Topics

### Instance Properties

[`inputImage`](/documentation/CoreImage/CIGloom/inputImage)

The image to use as an input image.

[`intensity`](/documentation/CoreImage/CIGloom/intensity)

The intensity of the effect.

[`radius`](/documentation/CoreImage/CIGloom/radius)

The radius, in pixels, of the effect.

## See Also

[`gloom()`](/documentation/CoreImage/CIFilter-swift.class/gloom())

Adjusts an image’s color by applying a gloom filter.



---

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)