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

# CIStarShineGenerator

The properties you use to configure a star-shine generator filter.

```
protocol CIStarShineGenerator : CIFilterProtocol
```

## Topics

### Instance Properties

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

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

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

The color to use for the outer shell of the circular star.

[`crossAngle`](/documentation/CoreImage/CIStarShineGenerator/crossAngle)

The angle of the cross pattern.

[`crossOpacity`](/documentation/CoreImage/CIStarShineGenerator/crossOpacity)

The opacity of the cross pattern.

[`crossScale`](/documentation/CoreImage/CIStarShineGenerator/crossScale)

The size of the cross pattern.

[`crossWidth`](/documentation/CoreImage/CIStarShineGenerator/crossWidth)

The width of the cross pattern.

[`epsilon`](/documentation/CoreImage/CIStarShineGenerator/epsilon)

The length of the cross spikes.

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

The radius of the star.

## See Also

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

Generates a star-shine 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)