These constants define explicit window depths that can be used with setDepthLimit:.
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public enum NSWindowDepthLimit
Public Enumeration NSWindowDepthLimit
public enum class NSWindowDepthLimit

Member | Description |
---|---|
NSWindowDepthTwentyfourBitRGB | Twenty four bit RGB depth limit. Available in Mac OS X v10.6 and later. |
NSWindowDepthSixtyfourBitRGB | Sixty four bit RGB depth limit. Available in Mac OS X v10.6 and later. |
NSWindowDepthOnehundredtwentyeightBitRGB | One hundred and twenty eight bit RGB depth limit. Available in Mac OS X v10.6 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)