| FoxitPDFSDKforWeb v11.0.4
    
    Foxit PDF SDK for Web | 
Options of BlendColorResolver callback. More...
| Public Attributes | |
| BlendColorResolver | callBuiltin | 
| The built-in color blending algorithm.  More... | |
| CombinePixelsOptions | combinePixelsOptions | 
| The combinePixelsOptions option passed in by the OverlayComparisonService.compareImageData method.  More... | |
| Object | pos | 
| The pixel coordinates.  More... | |
| Color | sourceColor | 
| The color of a pixel in the source image.  More... | |
| Color | targetColor | 
| The color of a pixel in the target image.  More... | |
| BlendColorResolver BlendColorResolverOptions::callBuiltin | 
The built-in color blending algorithm.
| CombinePixelsOptions BlendColorResolverOptions::combinePixelsOptions | 
The combinePixelsOptions option passed in by the OverlayComparisonService.compareImageData method.
| Object BlendColorResolverOptions::pos | 
The pixel coordinates.
| pos.x | number - The pixel point x-axis coordinate. | 
| pos.y | number - The pixel point y-axis coordinate. | 
| Color BlendColorResolverOptions::sourceColor | 
The color of a pixel in the source image.
| Color BlendColorResolverOptions::targetColor | 
The color of a pixel in the target image.