supportedWindowDepths
A zero-terminated array of the window depths supported by the screen.
Declaration
var supportedWindowDepths: UnsafePointer<NSWindow.Depth> { get }Discussion
This is a C-style array of window depths. The returned values cannot be used directly. You must pass each one to a function such as bitsPerPixel or colorSpaceName to obtain a concrete value for the desired screen.