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

# colorDodge

A mode that brightens the background image samples to reflect the source image samples.

## Declaration

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

## Discussion

Discussion Source image sample values that specify black do not produce a change.

## See Also

### Lightening

- [lighten](swiftui/graphicscontext/blendmode-swift.struct/lighten.md)
- [screen](swiftui/graphicscontext/blendmode-swift.struct/screen.md)
- [plusLighter](swiftui/graphicscontext/blendmode-swift.struct/pluslighter.md)
