|
Foxit PDF SDK
|
继承自 Object .
Public 成员函数 | |
| ShadingColor (ARGB firstcolor, ARGB secondcolor) | |
| 构造函数,带参数。 更多... | |
| ShadingColor () | |
| 构造函数 | |
| ShadingColor (const ShadingColor &shading_color) | |
| 拷贝构造函数。 更多... | |
| bool | operator != (const ShadingColor &shading_color) const |
| 不等于操作符。 更多... | |
| ShadingColor & | operator= (const ShadingColor &shading_color) |
| 赋值操作符。 更多... | |
| bool | operator== (const ShadingColor &shading_color) const |
| 等于操作符。 更多... | |
| void | Set (ARGB firstcolor, ARGB secondcolor) |
| 设置值。 更多... | |
Public 属性 | |
| ARGB | first_color |
| 用于着色的第一种颜色。格式:0xAARRGGBB。 | |
| ARGB | second_color |
| 用于着色的第二种颜色。格式:0xAARRGGBB。 | |
此类表示用于Type 2(轴向)着色的着色颜色。
构造函数,带参数。
| [in] | firstcolor | 用于着色颜色的第一种颜色。格式:0xAARRGGBB。 |
| [in] | secondcolor | 用于着色颜色的第二种颜色。格式:0xAARRGGBB。 |
|
inline |
拷贝构造函数。
| [in] | shading_color | 另一个着色颜色对象。 |
|
inline |
不等于操作符。
| [in] | shading_color | 另一个着色颜色对象。此函数将判断当前对象是否不等于该对象。 |
|
inline |
赋值操作符。
| [in] | shading_color | 另一个着色颜色对象,其值将赋给当前对象。 |
|
inline |
等于操作符。
| [in] | shading_color | 另一个着色颜色对象。此函数将判断当前对象是否等于该对象。 |