Compare commits
2 commits
1e3fca6f51
...
48e963e723
| Author | SHA1 | Date | |
|---|---|---|---|
| 48e963e723 | |||
| db22d1912e |
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ impl Display for Ring {
|
|||
|
||||
let num = self.0.get() - 1;
|
||||
for _ in 0..num {
|
||||
initial_hue += 80.0;
|
||||
initial_hue += 65.0;
|
||||
initial_chroma += 0.8;
|
||||
if initial_chroma > 1.0 {
|
||||
initial_chroma -= 1.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue