Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Feb 4, 2023
1 parent 5e22fbf commit 5982514
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 @@ -238,7 +238,7 @@ namespace He.Color {

var Aw = 3.49;
var a = R_a + (-12*G_a + B_a) / 11;
var b = (R_a + G_a - 2 * B_a) / 9;
var b = (R_a + G_a - 1.8 * B_a) / 8.8;
var hr = Math.atan2(b, a);
var h = hr * 180/Math.PI;

Expand Down

0 comments on commit 5982514

Please sign in to comment.