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

# isPlanar

A Boolean value that indicates whether the image data is in a planar configuration.

## Declaration

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

## Discussion

Discussion The value of this property is true if the data is in a planar configuration or false if it is in a meshed configuration. In a planar configuration, the image data is segregated into a separate plane for each color and coverage component. In a meshed configuration, the data is integrated into a single plane.

## See Also

### Getting Information About Images

- [bitmapFormat](appkit/nsbitmapimagerep/bitmapformat.md)
- [NSBitmapImageRep.Format](appkit/nsbitmapimagerep/format.md)
- [bitsPerPixel](appkit/nsbitmapimagerep/bitsperpixel.md)
- [bytesPerPlane](appkit/nsbitmapimagerep/bytesperplane.md)
- [bytesPerRow](appkit/nsbitmapimagerep/bytesperrow.md)
- [numberOfPlanes](appkit/nsbitmapimagerep/numberofplanes.md)
- [samplesPerPixel](appkit/nsbitmapimagerep/samplesperpixel.md)
