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

# CICheckerboardGenerator

The properties you use to configure a checkerboard generator filter.

```
protocol CICheckerboardGenerator : CIFilterProtocol
```

## Topics

### Instance Properties

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

The center of the effect as x and y coordinates.

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

A color to use for the first set of squares.

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

A color to use for the second set of squares.

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

The sharpness of the edges in the pattern.

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

The width of the squares in the pattern.

## See Also

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

Generates a checkerboard 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)