<!--
{
  "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.

---

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)