|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| Constructor. | |
| (id) | - initWithFirstcolor:secondcolor: |
| Constructor, with parameters. More... | |
| (id) | - initWithShading_color: |
| Constructor, with another shading color object. More... | |
| (void) | - set:secondcolor: |
| Set value. More... | |
Properties | |
| unsigned int | first_color |
| First color used for shading. Format: 0xAARRGGBB. | |
| unsigned int | second_color |
| Second color used for shading. Format: 0xAARRGGBB. | |
This class represents shading color which is used for Type 2 (Axial) Shadings.
| - (id) initWithFirstcolor: | (unsigned int) | firstcolor | |
| secondcolor: | (unsigned int) | secondcolor | |
Constructor, with parameters.
| [in] | firstcolor | First color used for shading color. Format: 0xAARRGGBB. |
| [in] | secondcolor | Second color used for shading color. Format: 0xAARRGGBB. |
| - (id) initWithShading_color: | (FSShadingColor*) | shading_color |
Constructor, with another shading color object.
| [in] | shading_color | Another shading color object. |
| - (void) set: | (unsigned int) | firstcolor | |
| secondcolor: | (unsigned int) | secondcolor | |
Set value.
| [in] | firstcolor | First color used for shading color. Format: 0xAARRGGBB. |
| [in] | secondcolor | Second color used for shading color. Format: 0xAARRGGBB. |