ColorSchemes类参考
公有成员 | |
(id) | - init |
(id) | - initWithXML: |
(id) | - initWithFile: |
(void) | - fromXML: |
(void) | - fromFile: |
(NSString *) | - toXML |
(void) | - saveAs: |
(int) | - addKeyColor: |
(BOOL) | - insertKeyColor:atIndex: |
(BOOL) | - removeKeyColorAtIndex: |
(void) | - setKeyColor:atIndex: |
(Color *) | - keyColorAtIndex: |
(void) | - clearKeyColors |
(void) | - dispose |
属性 | |
int | fileType |
文件类型 | |
int | version |
版本 | |
NSString * | name |
名字 | |
NSString * | author |
作者 | |
NSString * | description |
描述 | |
int | intervalColorCount |
两个关键色之间的中间色的数目 | |
IntervalColorBuildMethod | intervalColorBuildMethod |
颜色方案系统类型 | |
int | keyColorCount |
关键色个数 | |
NSArray * | keyColors |
颜色数组 |
成员函数文档
- (int) addKeyColor: | (Color *) | color |
- (void) clearKeyColors |
- (void) dispose |
- (void) fromFile: | (NSString *) | path |
- (void) fromXML: | (NSString *) | XMLString |
- (id) init |
- (id) initWithFile: | (NSString *) | strPath |
- (id) initWithXML: | (NSString *) | strXML |
- (BOOL) insertKeyColor: | (Color *) | color | ||
atIndex: | (int) | index | ||
- (Color*) keyColorAtIndex: | (int) | index |
- (BOOL) removeKeyColorAtIndex: | (int) | index |
- (void) saveAs: | (NSString *) | path |
- (void) setKeyColor: | (Color *) | color | ||
atIndex: | (int) | index | ||
- (NSString*) toXML |
属性文档
- (NSString*) author [read, write, assign] |
作者
- 返回:
- (NSString*) description [read, write, assign] |
描述
- 返回:
- (int) fileType [read, write, assign] |
文件类型
- 返回:
- (IntervalColorBuildMethod) intervalColorBuildMethod [read, write, assign] |
颜色方案系统类型
- 返回:
- 两个关键色之间的中间色产生的方式
- (int) intervalColorCount [read, write, assign] |
两个关键色之间的中间色的数目
- 返回:
- (int) keyColorCount [read, assign] |
关键色个数
- 返回:
- (NSArray*) keyColors [read, assign] |
颜色数组
- 参数:
-
colors
- (NSString*) name [read, write, assign] |
名字
- 返回:
- (int) version [read, write, assign] |
版本
- 返回:
该类的文档由以下文件生成:
版权所有©2005-2021 北京超图软件股份有限公司。保留所有权利。