Skip to content

Commit

Permalink
Fix #71 by adding eight additional automatic colours (total of 15).
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert D. Vincent committed Nov 16, 2016
1 parent a4aa371 commit abb5c6d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions slice_window/outline.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,22 @@ get_automatic_colour(int index)
return CYAN;
case 6:
return ORANGE;
case 7:
return PURPLE;
case 8:
return FOREST_GREEN;
case 9:
return CORAL;
case 10:
return YELLOW_GREEN;
case 11:
return DEEP_PINK;
case 12:
return DARK_TURQUOISE;
case 13:
return DARK_SALMON;
case 14:
return FIREBRICK;
default:
return WHITE;
}
Expand Down

0 comments on commit abb5c6d

Please sign in to comment.