---
title: hue
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/graphicscontext/blendmode-swift.struct/hue
---

# hue

A mode that uses the luminance and saturation values of the background with the hue of the source image.

## Declaration

```swift
static var hue: GraphicsContext.BlendMode { get }
```

## See Also

### Mixing color components

- [saturation](swiftui/graphicscontext/blendmode-swift.struct/saturation.md)
- [color](swiftui/graphicscontext/blendmode-swift.struct/color.md)
- [luminosity](swiftui/graphicscontext/blendmode-swift.struct/luminosity.md)
