correct function source
This commit is contained in:
parent
e8b713db85
commit
e054627c25
|
@ -41,7 +41,7 @@ GLfloat hueToRgb(GLfloat p, GLfloat q, GLfloat t) {
|
||||||
return p;
|
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 hslToRgb(GLfloat h, GLfloat s, GLfloat l) {
|
||||||
ColorRGB result = {0, 0, 0};
|
ColorRGB result = {0, 0, 0};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue