Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jan 31, 2023
1 parent f64d247 commit 1e3b128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Utils/Color.vala
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ namespace He.Color {
LCHColor lch_color_derived = {
color.t,
((derived.c/132)*150), // Make Chroma follow HCT's
derived.h
derived.h // TODO: Make Hue follow HCT's
};

if (contrast != null) {
Expand Down

0 comments on commit 1e3b128

Please sign in to comment.