---
title: CPTimeRemainingColor
framework: carplay
role: symbol
role_heading: Enumeration
path: carplay/cptimeremainingcolor
---

# CPTimeRemainingColor

The color the system uses when displaying the time remaining for a trip.

## Declaration

```swift
enum CPTimeRemainingColor
```

## Overview

Overview The system determines the shade of each color based on the tripEstimateStyle for the map template.

## Topics

### Colors

- [CPTimeRemainingColor.default](carplay/cptimeremainingcolor/default.md)
- [CPTimeRemainingColor.green](carplay/cptimeremainingcolor/green.md)
- [CPTimeRemainingColor.orange](carplay/cptimeremainingcolor/orange.md)
- [CPTimeRemainingColor.red](carplay/cptimeremainingcolor/red.md)

### Initializers

- [init(rawValue:)](carplay/cptimeremainingcolor/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Providing Trip Estimates

- [updateEstimates(_:for:)](carplay/cpmaptemplate/updateestimates(_:for:).md)
- [update(_:for:with:)](carplay/cpmaptemplate/update(_:for:with:).md)
- [tripEstimateStyle](carplay/cpmaptemplate/tripestimatestyle.md)
- [CPTripEstimateStyle](carplay/cptripestimatestyle.md)
