Skip to content

Commit

Permalink
(#871) Forced web dark mode default image filter policy changed due t…
Browse files Browse the repository at this point in the history
…o poor algorithm for determining good candidates for colour changes.
  • Loading branch information
win32ss committed Sep 11, 2024
1 parent a71e23d commit 0a2087f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace {
const constexpr DarkModeInversionAlgorithm kDefaultDarkModeInversionAlgorithm =
DarkModeInversionAlgorithm::kInvertLightnessLAB;
const constexpr DarkModeImagePolicy kDefaultDarkModeImagePolicy =
DarkModeImagePolicy::kFilterSmart;
DarkModeImagePolicy::kFilterNone;
const constexpr DarkModeImageClassifierPolicy
kDefaultDarkModeImageClassifierPolicy =
DarkModeImageClassifierPolicy::kNumColorsWithMlFallback;
Expand Down

0 comments on commit 0a2087f

Please sign in to comment.