---
title: deepest
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsscreen/deepest
---

# deepest

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

## Declaration

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

## Return Value

Return Value The screen with the highest bit depth.

## Discussion

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

## See Also

### Getting Screen Objects

- [main](appkit/nsscreen/main.md)
- [screens](appkit/nsscreen/screens.md)
