---
title: ARView.Environment.Color
framework: realitykit
role: symbol
role_heading: Type Alias
path: realitykit/arview/environment-swift.struct/color
---

# ARView.Environment.Color

An alias for the color type that’s appropriate for the current platform.

## Declaration

```swift
typealias Color = UIColor
```

```swift
typealias Color = NSColor
```
