---
title: "antialiased(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/image/antialiased(_:)"
---

# antialiased(_:)

Specifies whether SwiftUI applies antialiasing when rendering the image.

## Declaration

```swift
func antialiased(_ isAntialiased: Bool) -> Image
```

## Parameters

- `isAntialiased`: A Boolean value that specifies whether to allow antialiasing. Pass true to allow antialising, false otherwise.

## Return Value

Return Value An image with the antialiasing behavior set.

## See Also

### Specifying rendering behavior

- [symbolRenderingMode(_:)](swiftui/image/symbolrenderingmode(_:).md)
- [renderingMode(_:)](swiftui/image/renderingmode(_:).md)
- [interpolation(_:)](swiftui/image/interpolation(_:).md)
- [Image.TemplateRenderingMode](swiftui/image/templaterenderingmode.md)
- [Image.Interpolation](swiftui/image/interpolation.md)
