Clean up
This commit is contained in:
parent
d0350963cb
commit
cccbd7557e
2 changed files with 1 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue