---
title: automatic
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/paletteselectioneffect/automatic
---

# automatic

Applies the system’s default effect when selected.

## Declaration

```swift
static let automatic: PaletteSelectionEffect
```

## Discussion

Discussion When using un-tinted SF Symbols or template images, the current tint color is applied to the selected items’ image. If the provided SF Symbols have custom tints, a stroke is drawn around selected items.

## See Also

### Getting palette selection effects

- [custom](swiftui/paletteselectioneffect/custom.md)
- [symbolVariant(_:)](swiftui/paletteselectioneffect/symbolvariant(_:).md)
