---
title: multicolor
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/symbolrenderingmode/multicolor
---

# multicolor

A mode that renders symbols as multiple layers with their inherit styles.

## Declaration

```swift
static let multicolor: SymbolRenderingMode
```

## Discussion

Discussion The layers may be filled with their own inherent styles, or the foreground style. For example, you can render a filled exclamation mark triangle in its inherent colors, with yellow for the triangle and white for the exclamation mark: Image(systemName: "exclamationmark.triangle.fill")     .symbolRenderingMode(.multicolor)

## See Also

### Getting symbol rendering modes

- [hierarchical](swiftui/symbolrenderingmode/hierarchical.md)
- [monochrome](swiftui/symbolrenderingmode/monochrome.md)
- [palette](swiftui/symbolrenderingmode/palette.md)
