We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71c64b commit 9b09f0dCopy full SHA for 9b09f0d
ColorSpaces.inc.glsl
@@ -240,7 +240,8 @@ vec3 rgb_to_hcy(vec3 rgb)
240
return vec3(HCV.x, HCV.y, Y);
241
}
242
243
-// Additional conversations doing multiple internal conversions
+// Additional conversions converting to rgb first and then to the desired
244
+// color space.
245
246
// To srgb
247
vec3 xyz_to_srgb(vec3 xyz) { return rgb_to_srgb(xyz_to_rgb(xyz)); }
0 commit comments