alistair 4 years ago
parent
commit
418a9edec3
  1. 2
      colours.c

2
colours.c

@ -229,8 +229,6 @@ void test_print_wheel() { @@ -229,8 +229,6 @@ void test_print_wheel() {
for(int i = 0; i < 360; i+=5) {
c.h = (double)i;
struct colour rgb = get_rgb(c);
/*printf("HSL: %f %f %f\n",c.h, c.s, c.l);*/
/*printf("RGB: %d %d %d\n",rgb.r,rgb.g,rgb.b);*/
print_colour(rgb);
}

Loading…
Cancel
Save