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

# CICrystallize

The properties you use to configure a crystalize filter.

```
protocol CICrystallize : CIFilterProtocol
```

## Topics

### Instance Properties

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

The center of the effect as x and y coordinates.

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

The image to use as an input image.

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

The radius, in pixels, of the effect.

## See Also

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

Creates an image made with a series of colorful polygons.



---

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)