This commit is contained in:
Christian Pauly 2020-01-18 13:28:56 +01:00
commit cccbd7557e
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@ extension StringColor on String {
number += this.codeUnitAt(i);
}
number = (number % 10) * 25.5;
print(number);
return HSLColor.fromAHSL(1, number, 1, 0.35).toColor();
}
}