diff --git a/src/main.c b/src/main.c index 3f26d01..2ea4bda 100644 --- a/src/main.c +++ b/src/main.c @@ -41,7 +41,7 @@ GLfloat hueToRgb(GLfloat p, GLfloat q, GLfloat t) { return p; } -// Color Conversion Functions by Copilot +// Color Conversion Functions from https://gist.github.com/ciembor/1494530 ColorRGB hslToRgb(GLfloat h, GLfloat s, GLfloat l) { ColorRGB result = {0, 0, 0};