|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
| def | ShadingColor () |
| Constructor. | |
| def | ShadingColor (shading_color) |
| Constructor, with another shading color object. More... | |
| def | Set (firstcolor, secondcolor) |
| Set value. More... | |
Static Public Attributes | |
| first_color = _fsdk.ShadingColor_first_color | |
| First color used for shading. Format: 0xAARRGGBB. | |
| second_color = _fsdk.ShadingColor_second_color | |
| Second color used for shading. Format: 0xAARRGGBB. | |
This class represents shading color which is used for Type 2 (Axial) Shadings.
| def FoxitPDFSDKPython2.ShadingColor.ShadingColor | ( | shading_color | ) |
Constructor, with another shading color object.
| [in] | shading_color | Another shading color object. |
| def FoxitPDFSDKPython2.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. |