<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPTimeRemainingColor",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:@E@CPTimeRemainingColor"
  },
  "title" : "CPTimeRemainingColor"
}
-->

# CPTimeRemainingColor

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

```
enum CPTimeRemainingColor
```

## Overview

The system determines the shade of each color based on the [`tripEstimateStyle`](/documentation/CarPlay/CPMapTemplate/tripEstimateStyle) for the map template.

## Topics

### Colors

[`case `default``](/documentation/CarPlay/CPTimeRemainingColor/default)

The system default color.

[`case green`](/documentation/CarPlay/CPTimeRemainingColor/green)

A shade of green.

[`case orange`](/documentation/CarPlay/CPTimeRemainingColor/orange)

A shade of orange.

[`case red`](/documentation/CarPlay/CPTimeRemainingColor/red)

A shade of red.

### Initializers

[`init?(rawValue: UInt)`](/documentation/CarPlay/CPTimeRemainingColor/init(rawValue:))

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)