diff options
Diffstat (limited to 'xBRZ/src/xbrz.h')
-rw-r--r-- | xBRZ/src/xbrz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xBRZ/src/xbrz.h b/xBRZ/src/xbrz.h index b3a496ba..5dfe066d 100644 --- a/xBRZ/src/xbrz.h +++ b/xBRZ/src/xbrz.h @@ -73,7 +73,7 @@ void nearestNeighborScale(const uint32_t* src, int srcWidth, int srcHeight, //parameter tuning -bool equalColorTest(uint32_t col1, uint32_t col2, ColorFormat colFmt, double luminanceWeight, double equalColorTolerance); +bool equalColorTest2(uint32_t col1, uint32_t col2, ColorFormat colFmt, double equalColorTolerance, double testAttribute); } #endif |