Skip to content

Commit

Permalink
colorspace: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Oct 4, 2024
1 parent 96ee6a3 commit e960fc2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/colorspace.zig
Original file line number Diff line number Diff line change
Expand Up @@ -816,8 +816,3 @@ test "100 random colors" {
try expectEqualDeep(rgb, rgb_from_lab);
}
}

pub fn main() void {
const rgb = Rgb{ .r = 123, .g = 12, .b = 1 };
_ = rgb.toXyz();
}

0 comments on commit e960fc2

Please sign in to comment.