multidisciplinary, self-taught programmer seeking organizational epiphany...
-
s2 graphics
- Buffalo, NY
- www.s2gfx.com
Highlights
- Pro
Pinned Loading
-
GLSL RGB to HSV
GLSL RGB to HSV 1vec3 RGBtoHSV(vec3 c) {
23float max = max(c.r,max(c.g,c.b)); // value
4float min = min(c.r,min(c.g,c.b));
5 -
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.