Skip to content

Commit

Permalink
Keep both comments matching
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored and Yay295 committed Oct 3, 2024
1 parent 57430ce commit facc05d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libImaging/Convert.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ rgb2hsv(UINT8 *out, const UINT8 *in, int xsize) {
}

static void
hsv2rgb(UINT8 *out, const UINT8 *in, int xsize) { // following colorsys.py
hsv2rgb(UINT8 *out, const UINT8 *in, int xsize) {
// based on Python's colorsys module

int p, q, t;
UINT8 up, uq, ut;
Expand Down

0 comments on commit facc05d

Please sign in to comment.