<!--
{
  "availability" : [
    "macOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTintProminence",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSTintProminence"
  },
  "title" : "NSTintProminence"
}
-->

# NSTintProminence

Controls how strongly the tint color applies in a view.

```
enum NSTintProminence
```

## Overview

A tint prominence of `primary` will use the app’s tint color with full
saturation and brightness, while `secondary` will apply it more subtly.
Using `none` gives an untinted appearance.

## Topics

### Enumeration Cases

[`case automatic`](/documentation/AppKit/NSTintProminence/automatic)

[`case none`](/documentation/AppKit/NSTintProminence/none)

[`case primary`](/documentation/AppKit/NSTintProminence/primary)

[`case secondary`](/documentation/AppKit/NSTintProminence/secondary)

### Initializers

[`init?(rawValue: Int)`](/documentation/AppKit/NSTintProminence/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)