|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetFirst_color () |
| Get first color used for shading. More... | |
| def | GetSecond_color () |
| Get second color used for shading. More... | |
| def | Set (firstcolor, secondcolor) |
| Set value. More... | |
| def | SetFirst_color (value) |
| Set first color used for shading. More... | |
| def | SetSecond_color (value) |
| Set second color used for shading. More... | |
This class represents shading color which is used for Type 2 (Axial) Shadings.
| fsdk.ShadingColor.GetFirst_color | ( | ) |
Get first color used for shading.
| fsdk.ShadingColor.GetSecond_color | ( | ) |
Get second color used for shading.
| def fsdk.ShadingColor.Set | ( | firstcolor, | |
| secondcolor | |||
| ) |
Set value.
| [in] | firstcolor | First color used for shading color. Format: 0xAARRGGBB. |
| [in] | secondcolor | Second color used for shading color. Format: 0xAARRGGBB. |
| fsdk.ShadingColor.SetFirst_color | ( | value | ) |
Set first color used for shading.
| [in] | value | First color used for shading. Format: 0xAARRGGBB. |
| fsdk.ShadingColor.SetSecond_color | ( | value | ) |
Set second color used for shading.
| [in] | value | Second color used for shading. Format: 0xAARRGGBB. |