|
Foxit PDF SDK
|
继承自 NSObject .
构造函数 | |
| (id) | - init |
| 构造函数 | |
| (id) | - initWithFirstcolor:secondcolor: |
| 构造函数,带参数。 更多... | |
| (id) | - initWithShading_color: |
| 拷贝构造函数。 更多... | |
| (void) | - set:secondcolor: |
| 设置值。 更多... | |
属性 | |
| unsigned int | first_color |
| 用于着色的第一种颜色。格式:0xAARRGGBB。 | |
| unsigned int | second_color |
| 用于着色的第二种颜色。格式:0xAARRGGBB。 | |
此类表示用于Type 2(轴向)着色的着色颜色。
| - (id) initWithFirstcolor: | (unsigned int) | firstcolor | |
| secondcolor: | (unsigned int) | secondcolor | |
构造函数,带参数。
| [in] | firstcolor | 用于着色颜色的第一种颜色。格式:0xAARRGGBB。 |
| [in] | secondcolor | 用于着色颜色的第二种颜色。格式:0xAARRGGBB。 |
| - (id) initWithShading_color: | (FSShadingColor*) | shading_color |
拷贝构造函数。
| [in] | shading_color | 另一个着色颜色对象。 |
| - (void) set: | (unsigned int) | firstcolor | |
| secondcolor: | (unsigned int) | secondcolor | |
设置值。
| [in] | firstcolor | 用于着色的第一种颜色。格式:0xAARRGGBB。 |
| [in] | secondcolor | 用于着色的第二种颜色。格式:0xAARRGGBB。 |