1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 06:14:58 +00:00
serenity/Userland/Libraries/LibGfx/ICC
Nico Weber 93f5a6f217 LibGfx/ICC: Use mix() in CurveTagData::evaluate()
No behavior change.

(Well, technically mix() uses the other simple implementation of lerp
and the two have slightly different behavior if the arguments are of
very different magnitude and in various corner cases. But in practice,
for ICC profiles, it shouldn't matter. For a few profiles I tested, it
didn't have a measurable effect.)
2023-04-12 15:23:51 +02:00
..
BinaryFormat.h LibGfx: Move NamedColorHeader to BinaryFormat.h 2023-02-19 23:46:36 +01:00
BinaryWriter.cpp LibGfx: Drop tags of unknown type instead of writing invalid icc files 2023-02-24 19:42:00 +01:00
BinaryWriter.h LibGfx: Add start of an ICC profile writer 2023-02-17 20:05:50 -07:00
DistinctFourCC.h LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
Profile.cpp LibGfx: Limit ICC-size-is-multiple-of-4 check to v4 files 2023-04-09 16:49:49 +02:00
Profile.h LibGfx: Introduce ICC::Profile::create 2023-03-04 21:38:47 +00:00
Tags.cpp LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
Tags.h LibGfx: Add v2 "ncol" tag, expand comment 2023-02-14 19:28:13 +01:00
TagTypes.cpp Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
TagTypes.h LibGfx/ICC: Use mix() in CurveTagData::evaluate() 2023-04-12 15:23:51 +02:00
WellKnownProfiles.cpp LibGfx/ICC: Extract sRGB_curve() function 2023-04-11 18:23:07 +02:00
WellKnownProfiles.h LibGfx/ICC: Extract sRGB_curve() function 2023-04-11 18:23:07 +02:00