macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

Explicit Window Depth Limits

INDEX>AppKit> NSWindow

Objective-C

enum {
   NSWindowDepthTwentyfourBitRGB = 0x208,
   NSWindowDepthSixtyfourBitRGB = 0x210,
   NSWindowDepthOnehundredtwentyeightBitRGB = 0x220 
};

Swift

var NSWindowDepthTwentyfourBitRGB: Int { get }
var NSWindowDepthSixtyfourBitRGB: Int { get }
var NSWindowDepthOnehundredtwentyeightBitRGB: Int { get }

解説

設定値

返り値

Objective-C

Swift


クラス

NSWindow

使用可能

10.6-

参照

関連記事(外部サイト)

更新時のバージョン

OS X 10.10