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

# CIFourfoldTranslatedTile

The properties you use to configure a fourfold translated tile filter.

```
protocol CIFourfoldTranslatedTile : CIFilterProtocol
```

## Topics

### Instance Properties

[`acuteAngle`](/documentation/CoreImage/CIFourfoldTranslatedTile/acuteAngle)

The primary angle for the repeating translated tile.

[`angle`](/documentation/CoreImage/CIFourfoldTranslatedTile/angle)

The angle, in radians, of the tiled pattern.

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

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

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

The image to use as an input image.

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

The width of a tile.

## See Also

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

Creates a tiled image by applying four translation operations.



---

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)