<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSScreen/deepest",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSScreen(cpy)deepestScreen"
  },
  "title" : "deepest"
}
-->

# deepest

Returns a screen object representing the screen that can best represent color.

```
class var deepest: NSScreen? { get }
```

## Return Value

The screen with the highest bit depth.

## Discussion

This method always returns an object, even if there is only one screen and it is not a color screen.

---

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)