1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:07:35 +00:00

LibGfx: Add DeltaE() function

This commit is contained in:
Nico Weber 2023-04-29 20:35:57 -04:00 committed by Andreas Kling
parent adec1abf81
commit 923027b1df
5 changed files with 173 additions and 0 deletions

View file

@ -1,6 +1,7 @@
set(TEST_SOURCES
BenchmarkGfxPainter.cpp
BenchmarkJPEGLoader.cpp
TestDeltaE.cpp
TestFontHandling.cpp
TestICCProfile.cpp
TestImageDecoder.cpp