---
title: isPlanar
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/depth/isplanar
---

# isPlanar

Returns whether the specified window depth is planar.

## Declaration

```swift
var isPlanar: Bool { get }
```

## Discussion

Discussion Returns true if the specified window depth is planar and false if it is not.

## See Also

### Working with Window Depths

- [bitsPerPixel](appkit/nswindow/depth/bitsperpixel.md)
- [bitsPerSample](appkit/nswindow/depth/bitspersample.md)
- [colorSpaceName](appkit/nswindow/depth/colorspacename.md)
- [numberOfColorComponents](appkit/nscolorspacename/numberofcolorcomponents.md)
- [canRepresent(_:)](appkit/nswindow/canrepresent(_:).md)
