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

# CISmoothLinearGradient

The properties you use to configure a smooth linear gradient filter.

```
protocol CISmoothLinearGradient : CIFilterProtocol
```

## Topics

### Instance Properties

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

The first color to use in the gradient.

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

The second color to use in the gradient.

[`point0`](/documentation/CoreImage/CISmoothLinearGradient/point0)

The starting position of the gradient.

[`point1`](/documentation/CoreImage/CISmoothLinearGradient/point1)

The ending position of the gradient.

## See Also

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

Generates a gradient that blends colors along a linear axis between two defined endpoints.



---

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)