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

# CIHueSaturationValueGradient

The properties you use to configure a hue-saturation-value gradient filter.

```
protocol CIHueSaturationValueGradient : CIFilterProtocol
```

## Topics

### Instance Properties

[`colorSpace`](/documentation/CoreImage/CIHueSaturationValueGradient/colorSpace)

The color space for the generated color wheel.

[`dither`](/documentation/CoreImage/CIHueSaturationValueGradient/dither)

A Boolean value specifying whether the dither the generated output.

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

The distance from the center of the effect.

[`softness`](/documentation/CoreImage/CIHueSaturationValueGradient/softness)

The softness of the generated color wheel.

[`value`](/documentation/CoreImage/CIHueSaturationValueGradient/value)

The lightness of the hue-saturation gradient.

## See Also

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

Generates a gradient representing a specified color space.



---

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)