Skip to content

Commit 9b09f0d

Browse files
committed
Fix typo
1 parent e71c64b commit 9b09f0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ColorSpaces.inc.glsl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ vec3 rgb_to_hcy(vec3 rgb)
240240
return vec3(HCV.x, HCV.y, Y);
241241
}
242242

243-
// Additional conversations doing multiple internal conversions
243+
// Additional conversions converting to rgb first and then to the desired
244+
// color space.
244245

245246
// To srgb
246247
vec3 xyz_to_srgb(vec3 xyz) { return rgb_to_srgb(xyz_to_rgb(xyz)); }

0 commit comments

Comments
 (0)