macOS/iOS API解説

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

目次

NSColorListクラス

INDEX>AppKit> NSColorList

**

継承 NSObject
NSColorList
準拠 NSObject (NSObject)
NSSecureCoding
フレームワーク /System/Library/Frameworks/AppKit.framework
使用可能 OS X 10.0以降
定義
インポート文 @import AppKit;

概要

メソッドとプロパティ

Initializing an NSColorList Object

- initWithName:
- initWithName:fromFile:

Getting Color Lists

+ availableColorLists
+ colorListNamed:

Getting Color List Properties

name
editable

Managing Colors By Key

allKeys
- colorWithKey:
- insertColor:key:atIndex:
- removeColorWithKey:
- setColor:forKey:

Writing and Removing Color-List Files

- removeFile
- writeToFile:

Notifications

NSColorListDidChangeNotification



定数

参照

更新時バージョン

OS X 10.11