FoxitPDFSDKforWeb  v10.0.0
Foxit PDF SDK for Web
BlendColorResolverOptions Interface Reference

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

Detailed Description

Options of BlendColorResolver callback.

Since
9.0.0
See also
BlendColorResolver

Member Data Documentation

◆ callBuiltin

BlendColorResolver BlendColorResolverOptions::callBuiltin

The built-in color blending algorithm.

Since
9.0.0

◆ combinePixelsOptions

CombinePixelsOptions BlendColorResolverOptions::combinePixelsOptions

The combinePixelsOptions option passed in by the OverlayComparisonService.compareImageData method.

Since
9.0.0

◆ pos

Object BlendColorResolverOptions::pos

The pixel coordinates.

Parameters
pos.xnumber - The pixel point x-axis coordinate.
pos.ynumber - The pixel point y-axis coordinate.
Since
9.0.0

◆ sourceColor

Color BlendColorResolverOptions::sourceColor

The color of a pixel in the source image.

Since
9.0.0

◆ targetColor

Color BlendColorResolverOptions::targetColor

The color of a pixel in the target image.

Since
9.0.0

Foxit Software Corporation Logo
@2024 Foxit Software Incorporated. All rights reserved.