Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithFirstcolor:secondcolor: |
(id) | - initWithShading_color: |
Constructor, with another shading color object. More... | |
(void) | - set:secondcolor: |
Set value. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
unsigned int | first_color |
First color used for shading. Format: 0xAARRGGBB. More... | |
unsigned int | second_color |
Second color used for shading. Format: 0xAARRGGBB. More... | |
This class represents shading color which is used for Type 2 (Axial) Shadings.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithFirstcolor: | (unsigned int) | firstcolor | |
secondcolor: | (unsigned int) | secondcolor | |
- (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. |
|
protected |
|
protected |
|
readwritenonatomicassign |
First color used for shading. Format: 0xAARRGGBB.
|
readwritenonatomicassign |
Second color used for shading. Format: 0xAARRGGBB.