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

# CILineScreen

The properties you use to configure a line screen filter.

```
protocol CILineScreen : CIFilterProtocol
```

## Topics

### Instance Properties

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

The angle of the pattern.

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

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

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

The image to use as an input image.

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

The sharpness of the pattern.

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

The distance between lines in the pattern.

## See Also

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

Creates a monochrome image with a series of small lines to add detail.



---

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)