Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
ShadingColor (uint firstcolor, uint secondcolor) | |
Constructor, with parameters. More... | |
ShadingColor () | |
Constructor. | |
ShadingColor (ShadingColor shading_color) | |
Constructor, with another shading color object. More... | |
void | Set (uint firstcolor, uint secondcolor) |
Set value. More... | |
Properties | |
uint | first_color [get, set] |
First color used for shading. Format: 0xAARRGGBB. | |
uint | second_color [get, set] |
Second color used for shading. Format: 0xAARRGGBB. | |
This class represents shading color which is used for Type 2 (Axial) Shadings.
|
inline |
Constructor, with parameters.
[in] | firstcolor | First color used for shading color. Format: 0xAARRGGBB. |
[in] | secondcolor | Second color used for shading color. Format: 0xAARRGGBB. |
|
inline |
Constructor, with another shading color object.
[in] | shading_color | Another shading color object. |
|
inline |
Set value.
[in] | firstcolor | First color used for shading color. Format: 0xAARRGGBB. |
[in] | secondcolor | Second color used for shading color. Format: 0xAARRGGBB. |