Foxit PDF SDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
constructor (firstcolor, secondcolor) | |
Constructor, with parameters. More... | |
Set (firstcolor, secondcolor) | |
Set value. More... | |
Public Attributes | |
first_color | |
First color used for shading. Format: 0xAARRGGBB. | |
second_color | |
Second color used for shading. Format: 0xAARRGGBB. | |
This class represents shading color which is used for Type 2 (Axial) Shadings.
FSDK.ShadingColor.constructor | ( | firstcolor | , |
secondcolor | |||
) |
Constructor, with parameters.
[in] | firstcolor | First color used for shading color. Format: 0xAARRGGBB. |
[in] | secondcolor | Second color used for shading color. Format: 0xAARRGGBB. |
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. |