Foxit PDF SDK  9.1
FSShadingColor Class Reference
Inheritance diagram for FSShadingColor:

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...
 

Detailed Description

This class represents shading color which is used for Type 2 (Axial) Shadings.

Method Documentation

◆ dealloc

- (void) dealloc

◆ getCptr

- (void*) getCptr

◆ init

- (id) init

Constructor.

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

◆ initWithFirstcolor:secondcolor:

- (id) initWithFirstcolor: (unsigned int)  firstcolor
secondcolor: (unsigned int)  secondcolor 

◆ initWithShading_color:

- (id) initWithShading_color: (FSShadingColor*)  shading_color

Constructor, with another shading color object.

Parameters
[in]shading_colorAnother shading color object.

◆ set:secondcolor:

- (void) set: (unsigned int)  firstcolor
secondcolor: (unsigned int)  secondcolor 

Set value.

Parameters
[in]firstcolorFirst color used for shading color. Format: 0xAARRGGBB.
[in]secondcolorSecond color used for shading color. Format: 0xAARRGGBB.
Returns
None.

Member Data Documentation

◆ swigCMemOwn

- (BOOL) swigCMemOwn
protected

◆ swigCPtr

- (void*) swigCPtr
protected

Property Documentation

◆ first_color

- (unsigned int) first_color
readwritenonatomicassign

First color used for shading. Format: 0xAARRGGBB.

◆ second_color

- (unsigned int) second_color
readwritenonatomicassign

Second color used for shading. Format: 0xAARRGGBB.