FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Options to handle pixel-diff and combine-pixels algorithms. More...
Public Attributes | |
number | backgroundColor |
Image background color, default is white (0xFFFFFFFF), used to identify the background. More... | |
BlendColorResolver | blendColorResolver |
Custom blending color algorithm. More... | |
boolean | showDiffColor |
Controls whether the generated results show the difference color after comparison. More... | |
DiffColor | sourceDiffColor |
The sourceDiffColor is used to highlight the differing pixels in the source image, with the default value being DiffColor.BLUE. More... | |
number | sourceOpacity |
Specifies the transparency of the source image, the value is between 0 and 255 (inclusive), and the default value is 255. More... | |
DiffColor | targetDiffColor |
The targetDiffColor is used to highlight the differing pixels in the target image, with the default value being DiffColor.RED. More... | |
number | targetOpacity |
Specifies the transparency of the target image, the value is between 0 and 255 (inclusive), and the default value is 255. More... | |
Options to handle pixel-diff and combine-pixels algorithms.
number CombinePixelsOptions::backgroundColor |
Image background color, default is white (0xFFFFFFFF), used to identify the background.
BlendColorResolver CombinePixelsOptions::blendColorResolver |
Custom blending color algorithm.
boolean CombinePixelsOptions::showDiffColor |
Controls whether the generated results show the difference color after comparison.
DiffColor CombinePixelsOptions::sourceDiffColor |
The sourceDiffColor
is used to highlight the differing pixels in the source image, with the default value being DiffColor.BLUE.
number CombinePixelsOptions::sourceOpacity |
Specifies the transparency of the source image, the value is between 0 and 255 (inclusive), and the default value is 255.
DiffColor CombinePixelsOptions::targetDiffColor |
The targetDiffColor
is used to highlight the differing pixels in the target image, with the default value being DiffColor.RED.
number CombinePixelsOptions::targetOpacity |
Specifies the transparency of the target image, the value is between 0 and 255 (inclusive), and the default value is 255.