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

# CIStripesGenerator

The properties you use to configure a stripes generator filter.

```
protocol CIStripesGenerator : CIFilterProtocol
```

## Topics

### Instance Properties

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

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

[`color0`](/documentation/CoreImage/CIStripesGenerator/color0)

A color to use for the odd stripes.

[`color1`](/documentation/CoreImage/CIStripesGenerator/color1)

A color to use for the even stripes.

[`sharpness`](/documentation/CoreImage/CIStripesGenerator/sharpness)

The sharpness of the stripe pattern.

[`width`](/documentation/CoreImage/CIStripesGenerator/width)

The width of a stripe.

## See Also

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

Generates a line of stripes as an 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)