---
title: Image.TemplateRenderingMode.original
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/image/templaterenderingmode/original
---

# Image.TemplateRenderingMode.original

A mode that renders pixels of bitmap images as-is.

## Declaration

```swift
case original
```

## Discussion

Discussion For system images created from the SF Symbol set, multicolor symbols respect the current foreground and accent colors.

## See Also

### Getting rendering modes

- [Image.TemplateRenderingMode.template](swiftui/image/templaterenderingmode/template.md)
