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

# CILenticularHaloGenerator

The properties you use to configure a lenticular halo generator filter.

```
protocol CILenticularHaloGenerator : CIFilterProtocol
```

## Topics

### Instance Properties

[`center`](/documentation/CoreImage/CILenticularHaloGenerator/center)

The x and y position to use as the center of the halo.

[`color`](/documentation/CoreImage/CILenticularHaloGenerator/color)

The color of the halo.

[`haloOverlap`](/documentation/CoreImage/CILenticularHaloGenerator/haloOverlap)

The separation of colors in the halo.

[`haloRadius`](/documentation/CoreImage/CILenticularHaloGenerator/haloRadius)

The radius of the halo.

[`haloWidth`](/documentation/CoreImage/CILenticularHaloGenerator/haloWidth)

The width of the halo, from its inner radius to its outer radius.

[`striationContrast`](/documentation/CoreImage/CILenticularHaloGenerator/striationContrast)

The contrast of the halo colors.

[`striationStrength`](/documentation/CoreImage/CILenticularHaloGenerator/striationStrength)

The intensity of the halo colors.

[`time`](/documentation/CoreImage/CILenticularHaloGenerator/time)

The current time of the effect.

## See Also

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

Generates a lenticular halo image.



---

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)