Compare commits
No commits in common. "48e963e723e1cd8c34bc1202ded2871c61d83792" and "1e3fca6f5188482cccc288c67f15138a5259e9fe" have entirely different histories.
48e963e723
...
1e3fca6f51
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 += 65.0;
|
||||
initial_hue += 80.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